[arch-commits] Commit in rhonabwy/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Jun 7 06:20:40 UTC 2021
Date: Monday, June 7, 2021 @ 06:20:40
Author: alucryd
Revision: 957031
archrelease: copy trunk to community-x86_64
Added:
rhonabwy/repos/community-x86_64/PKGBUILD
(from rev 957030, rhonabwy/trunk/PKGBUILD)
Deleted:
rhonabwy/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-07 06:20:34 UTC (rev 957030)
+++ PKGBUILD 2021-06-07 06:20:40 UTC (rev 957031)
@@ -1,52 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=rhonabwy
-pkgver=0.9.9999
-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
-)
-provides=(librhonabwy.so)
-_tag=3ca1a645afac9ec1fea30fab66aa87375c641466
-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() {
- export CFLAGS+=" -Wno-maybe-uninitialized"
- 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-x86_64/PKGBUILD (from rev 957030, rhonabwy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-07 06:20:40 UTC (rev 957031)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=rhonabwy
+pkgver=0.9.9999
+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=7bc47f2cd36fbf3bc10dab88d6cdc02d837320a2
+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() {
+ export CFLAGS+=" -Wno-maybe-uninitialized"
+ 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