mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
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:
parent
0d41284dd9
commit
3b5e830c76
@ -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}
|
||||
}
|
||||
|
@ -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}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user