dev-util/webgpu-headers: improve ebuild

* fix LICENSE name and move go to BDEPEND

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte 2024-05-14 16:43:22 +01:00
parent 0d41284dd9
commit 3b5e830c76
No known key found for this signature in database
GPG Key ID: C7FE9710C90868CC
2 changed files with 2 additions and 6 deletions

View File

@ -19,11 +19,9 @@ HOMEPAGE="https://github.com/webgpu-native/webgpu-headers"
LICENSE="BSD"
SLOT="0"
DEPEND="dev-lang/go"
BDEPEND="dev-lang/go"
src_install() {
insinto /usr/include/webgpu
doins "${S}"/webgpu.h
insinto /usr/share/licenses
newins "${S}"/LICENSE ${PN}
}

View File

@ -19,11 +19,9 @@ HOMEPAGE="https://github.com/webgpu-native/webgpu-headers"
LICENSE="BSD"
SLOT="0"
DEPEND="dev-lang/go"
BDEPEND="dev-lang/go"
src_install() {
insinto /usr/include/webgpu
doins "${S}"/webgpu.h
insinto /usr/share/licenses
newins "${S}"/LICENSE ${PN}
}