16 lines
493 B
Plaintext
16 lines
493 B
Plaintext
# Description: SPIR-V Headers
|
|
# URL: https://www.khronos.org/registry/spir-v/
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
|
|
name=spirv-headers
|
|
version=1.3.20190125
|
|
_commit=8bea0a266ac9b718aa0818d9e3a47c0b77c2cb23
|
|
release=1
|
|
source=(https://github.com/KhronosGroup/SPIRV-Headers/archive/$_commit.tar.gz)
|
|
|
|
build() {
|
|
cd SPIRV-Headers-$_commit
|
|
install -d -m 0755 $PKG/usr/include/spirv/unified1
|
|
install -m 0644 -t $PKG/usr/include/spirv/unified1/ include/spirv/unified1/*.{h,hpp,hpp11}
|
|
}
|