[arch-commits] Commit in rhonabwy/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Jan 7 10:29:44 UTC 2021


    Date: Thursday, January 7, 2021 @ 10:29:44
  Author: alucryd
Revision: 811551

archrelease: copy trunk to community-staging-x86_64

Added:
  rhonabwy/repos/community-staging-x86_64/PKGBUILD
    (from rev 811550, rhonabwy/trunk/PKGBUILD)
Deleted:
  rhonabwy/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |  101 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 10:29:39 UTC (rev 811550)
+++ PKGBUILD	2021-01-07 10:29:44 UTC (rev 811551)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=rhonabwy
-pkgver=0.9.13
-pkgrel=1
-pkgdesc='JWK, JWKS, JWS, JWE and JWT C library'
-arch=(x86_64)
-url=https://github.com/babelouest/rhonabwy
-license=(LGPL2.1)
-depends=(
-  glibc
-  gnutls
-  jansson
-  liborcania.so
-  libulfius.so
-  libyder.so
-  zlib
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  graphviz
-  ninja
-)
-_tag=c44ecfdc1725dc9a0c2c0962eb156d172d65c587
-source=(git+https://github.com/babelouest/rhonabwy.git#tag=${_tag})
-validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora <nicolas at babelouest.org>
-b2sums=(SKIP)
-
-pkgver() {
-  cd rhonabwy
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S rhonabwy -B build -G Ninja \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_RHONABWY_DOCUMENTATION=ON
-  ninja -C build doc
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -dm 755 "${pkgdir}"/usr/share/doc/rhonabwy
-  cp -dr --no-preserve=ownership rhonabwy/doc/html "${pkgdir}"/usr/share/doc/rhonabwy/
-}
-
-# vim: ts=2 sw=2 et:

Copied: rhonabwy/repos/community-staging-x86_64/PKGBUILD (from rev 811550, rhonabwy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-07 10:29:44 UTC (rev 811551)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=rhonabwy
+pkgver=0.9.13
+pkgrel=2
+pkgdesc='JWK, JWKS, JWS, JWE and JWT C library'
+arch=(x86_64)
+url=https://github.com/babelouest/rhonabwy
+license=(LGPL2.1)
+depends=(
+  glibc
+  gnutls
+  jansson
+  liborcania.so
+  libulfius.so
+  libyder.so
+  zlib
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  graphviz
+  ninja
+)
+provides=(librhonabwy.so)
+_tag=c44ecfdc1725dc9a0c2c0962eb156d172d65c587
+source=(git+https://github.com/babelouest/rhonabwy.git#tag=${_tag})
+validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora <nicolas at babelouest.org>
+b2sums=(SKIP)
+
+pkgver() {
+  cd rhonabwy
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S rhonabwy -B build -G Ninja \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_RHONABWY_DOCUMENTATION=ON
+  ninja -C build doc
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -dm 755 "${pkgdir}"/usr/share/doc/rhonabwy
+  cp -dr --no-preserve=ownership rhonabwy/doc/html "${pkgdir}"/usr/share/doc/rhonabwy/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list