mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -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:
@@ -19,11 +19,9 @@ HOMEPAGE="https://github.com/webgpu-native/webgpu-headers"
|
|||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
DEPEND="dev-lang/go"
|
BDEPEND="dev-lang/go"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
insinto /usr/include/webgpu
|
insinto /usr/include/webgpu
|
||||||
doins "${S}"/webgpu.h
|
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"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
DEPEND="dev-lang/go"
|
BDEPEND="dev-lang/go"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
insinto /usr/include/webgpu
|
insinto /usr/include/webgpu
|
||||||
doins "${S}"/webgpu.h
|
doins "${S}"/webgpu.h
|
||||||
insinto /usr/share/licenses
|
|
||||||
newins "${S}"/LICENSE ${PN}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user