diff options
author | Danny Rawlins <contact@romster.me> | 2020-10-24 01:52:30 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2020-10-24 01:52:30 +1100 |
commit | 18c62f41201b74a570e9ea5cc6fc121fc5b0fb83 (patch) | |
tree | 2f7810a6d4b6411b91f2ba8fb3565299b270c5af /spirv-headers/Pkgfile | |
parent | 0d2c092d087909558a4379f925e75eef39d41073 (diff) | |
download | opt-18c62f41201b74a570e9ea5cc6fc121fc5b0fb83.tar.gz opt-18c62f41201b74a570e9ea5cc6fc121fc5b0fb83.tar.xz |
spirv-headers: 1.5.3 -> 1.5.3-060627f
Diffstat (limited to 'spirv-headers/Pkgfile')
-rw-r--r-- | spirv-headers/Pkgfile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/spirv-headers/Pkgfile b/spirv-headers/Pkgfile index d285259db..bc95994b8 100644 --- a/spirv-headers/Pkgfile +++ b/spirv-headers/Pkgfile @@ -4,11 +4,16 @@ # Depends on: cmake ninja name=spirv-headers -version=1.5.3 +version=1.5.3-060627f release=1 -source=(https://github.com/KhronosGroup/SPIRV-Headers/archive/$version/SPIRV-Headers-$version.tar.gz) +source=( + #https://github.com/KhronosGroup/SPIRV-Headers/archive/$version/SPIRV-Headers-$version.tar.gz + https://github.com/KhronosGroup/SPIRV-Headers/archive/060627f0b0d2fa8581b5acb939f46e3b9e500593.zip +) build() { + mv SPIRV-Headers-060627f0b0d2fa8581b5acb939f46e3b9e500593 SPIRV-Headers-$version + cmake -SSPIRV-Headers-$version -Bbuild -GNinja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ |