Merge updates from master

This commit is contained in:
Repository mirror & CI
2024-05-15 15:03:38 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -19,7 +19,11 @@ HOMEPAGE="https://github.com/webgpu-native/webgpu-headers"
LICENSE="BSD"
SLOT="0"
BDEPEND="dev-lang/go"
src_prepare() {
default
rm ${S}/Makefile || die
}
src_install() {
insinto /usr/include/webgpu

View File

@@ -19,7 +19,9 @@ HOMEPAGE="https://github.com/webgpu-native/webgpu-headers"
LICENSE="BSD"
SLOT="0"
BDEPEND="dev-lang/go"
src_prepare() {
rm ${S}/makefile || die
}
src_install() {
insinto /usr/include/webgpu