mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23: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:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user