[arch-commits] Commit in spirv-headers/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sat Oct 23 08:21:24 UTC 2021


    Date: Saturday, October 23, 2021 @ 08:21:24
  Author: archange
Revision: 1032939

archrelease: copy trunk to community-any

Added:
  spirv-headers/repos/community-any/PKGBUILD
    (from rev 1032938, spirv-headers/trunk/PKGBUILD)
Deleted:
  spirv-headers/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-23 08:14:46 UTC (rev 1032938)
+++ PKGBUILD	2021-10-23 08:21:24 UTC (rev 1032939)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=SPIRV-Headers
-pkgname=spirv-headers
-pkgver=1.5.4.r106+ge71fedd
-pkgrel=1
-pkgdesc="SPIR-V Headers"
-arch=(any)
-url="https://www.khronos.org/registry/spir-v/"
-license=(MIT)
-makedepends=(cmake git)
-# From either https://github.com/KhronosGroup/SPIRV-Tools/blob/master/DEPS
-# or https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/master/spirv-headers-tag.conf
-# using whatever is newest for latest release
-_commit=e71feddb3f17c5586ff7f4cfb5ed1258b800574b
-source=(git+https://github.com/KhronosGroup/${_pkg}.git#commit=${_commit})
-sha512sums=(SKIP)
-
-pkgver() {
-  cd ${_pkg}
-  git describe --tags --exclude '*raytracing*' | sed 's/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
-}
-
-build() {
-  cmake -B build -S ${_pkg} -DCMAKE_INSTALL_PREFIX=/usr .
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm644 ${_pkg}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: spirv-headers/repos/community-any/PKGBUILD (from rev 1032938, spirv-headers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-23 08:21:24 UTC (rev 1032939)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=SPIRV-Headers
+pkgname=spirv-headers
+pkgver=1.5.4.r106+ge71fedd
+pkgrel=1
+pkgdesc="SPIR-V Headers"
+arch=(any)
+url="https://www.khronos.org/registry/spir-v/"
+license=(MIT)
+makedepends=(cmake git)
+# From either https://github.com/KhronosGroup/SPIRV-Tools/blob/master/DEPS
+# or https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/master/spirv-headers-tag.conf
+# using whatever is newest for latest release
+_commit=e71feddb3f17c5586ff7f4cfb5ed1258b800574b
+source=(git+https://github.com/KhronosGroup/${_pkg}.git#commit=${_commit})
+sha512sums=(SKIP)
+
+pkgver() {
+  cd ${_pkg}
+  git describe --tags --exclude '*raytracing*' | sed 's/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+}
+
+build() {
+  cmake -B build -S ${_pkg} -DCMAKE_INSTALL_PREFIX=/usr .
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${_pkg}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list