spirv-headers: initial import

This commit is contained in:
Danny Rawlins 2019-01-26 18:05:13 +11:00
parent 9c842e99c1
commit 6933ff649c
3 changed files with 29 additions and 0 deletions

9
spirv-headers/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/spirv/
drwxr-xr-x root/root usr/include/spirv/unified1/
-rw-r--r-- root/root usr/include/spirv/unified1/GLSL.std.450.h
-rw-r--r-- root/root usr/include/spirv/unified1/OpenCL.std.h
-rw-r--r-- root/root usr/include/spirv/unified1/spirv.h
-rw-r--r-- root/root usr/include/spirv/unified1/spirv.hpp
-rw-r--r-- root/root usr/include/spirv/unified1/spirv.hpp11

5
spirv-headers/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/eMnC4x9Z6SAu2n8WSRO4tmVPqlC3knPpOtepdgpkJ5SxkVCUA3SHtUYqGRtIWphGmWWc78qVDRj/u7EGztFAA=
SHA256 (Pkgfile) = 73ed00fe34d238fced4b441da6f1e82cf3c140abdd15d347fd1f63b4382b2a5e
SHA256 (.footprint) = 8ae4c233edc266de02a4a1b21b7633f749ddf99b3cd512567688985f6c591ecf
SHA256 (8bea0a266ac9b718aa0818d9e3a47c0b77c2cb23.tar.gz) = a67f839a8968bbf6fb50b77f20a55e699797c349d59fa6328303cb00d1e65cbd

15
spirv-headers/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# 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}
}