[arch-commits] Commit in rhonabwy (3 files)

Maxime Gauduin alucryd at archlinux.org
Thu Jan 7 10:27:16 UTC 2021


    Date: Thursday, January 7, 2021 @ 10:27:16
  Author: alucryd
Revision: 811549

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: rhonabwy/repos/community-staging-x86_64/PKGBUILD (from rev 811548, rhonabwy/trunk/PKGBUILD)
===================================================================
--- repos/community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-staging-x86_64/PKGBUILD	2021-01-07 10:27:16 UTC (rev 811549)
@@ -0,0 +1,50 @@
+# 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:



More information about the arch-commits mailing list