aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-27 17:21:51 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-28 15:18:09 +0000
commit1d7306ada2ff07632e74aa65fcf25849e082d2d9 (patch)
tree3aa354a28191293b1c0e93a90dc0d78432bdc452 /testing
parent6658bc43d0b0ec51d77888abc89b4d4df43d697b (diff)
downloadaports-1d7306ada2ff07632e74aa65fcf25849e082d2d9.tar.bz2
aports-1d7306ada2ff07632e74aa65fcf25849e082d2d9.tar.xz
community/spirv-headers: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/spirv-headers/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/spirv-headers/APKBUILD b/testing/spirv-headers/APKBUILD
deleted file mode 100644
index 121cd63f9f..0000000000
--- a/testing/spirv-headers/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=spirv-headers
-_pkgname=SPIRV-Headers
-pkgver=1.4.1
-pkgrel=0
-pkgdesc="Machine-readable files for the SPIR-V Registry"
-options="!check" # No testsuite
-url="https://github.com/KhronosGroup/SPIRV-Headers"
-arch="noarch"
-license="GPL-3.0-or-later"
-makedepends="cmake"
-source="$pkgname-$pkgver.tar.gz::https://github.com/KhronosGroup/$_pkgname/archive/${pkgver}.tar.gz"
-
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_SHARED_LIBS=True \
- -DCMAKE_BUILD_TYPE=Release \
- ${CMAKE_CROSSOPTS} .
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="def34baa2a67128126d0918445b757e2b67a5cf012f6ca4f9a671741e4b1bf6939a7ebd114f7741bcd19bd6c22d0c5dc46adc8ac62ec474164278858c2e65dcf spirv-headers-1.4.1.tar.gz"