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

Maxime Gauduin alucryd at archlinux.org
Tue Jun 8 06:25:14 UTC 2021


    Date: Tuesday, June 8, 2021 @ 06:25:14
  Author: alucryd
Revision: 958646

archrelease: copy trunk to community-x86_64

Added:
  ulfius/repos/community-x86_64/PKGBUILD
    (from rev 958645, ulfius/trunk/PKGBUILD)
Deleted:
  ulfius/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-08 06:25:09 UTC (rev 958645)
+++ PKGBUILD	2021-06-08 06:25:14 UTC (rev 958646)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=ulfius
-pkgver=2.7.3
-pkgrel=1
-pkgdesc='HTTP Framework for REST Applications in C'
-arch=(x86_64)
-url=https://github.com/babelouest/ulfius
-license=(LGPL2.1)
-depends=(
-  glibc
-  gnutls
-  jansson
-  libcurl.so
-  libmicrohttpd.so
-  liborcania.so
-  libyder.so
-  zlib
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  graphviz
-  ninja
-)
-provides=(libulfius.so)
-_tag=70e61a693ab030a5396cf0cb678f3f4f775f8118
-source=(git+https://github.com/babelouest/ulfius.git#tag=${_tag})
-validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora <nicolas at babelouest.org>
-b2sums=(SKIP)
-
-pkgver() {
-  cd ulfius
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S ulfius -B build -G Ninja \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_ULFIUS_DOCUMENTATION=ON
-  ninja -C build doc
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  cp -dr --no-preserve=ownership ulfius/doc/html "${pkgdir}"/usr/share/doc/ulfius/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ulfius/repos/community-x86_64/PKGBUILD (from rev 958645, ulfius/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-08 06:25:14 UTC (rev 958646)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=ulfius
+pkgver=2.7.3
+pkgrel=2
+pkgdesc='HTTP Framework for REST Applications in C'
+arch=(x86_64)
+url=https://github.com/babelouest/ulfius
+license=(LGPL2.1)
+depends=(
+  glibc
+  gnutls
+  jansson
+  libcurl.so
+  libmicrohttpd.so
+  liborcania.so
+  libyder.so
+  zlib
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  graphviz
+  ninja
+)
+provides=(libulfius.so)
+_tag=c6ff5f8c8a7ece11ea13bd008ae14e8b5de4728c
+source=(git+https://github.com/babelouest/ulfius.git#tag=${_tag})
+validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora <nicolas at babelouest.org>
+b2sums=(SKIP)
+
+pkgver() {
+  cd ulfius
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S ulfius -B build -G Ninja \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_ULFIUS_DOCUMENTATION=ON
+  ninja -C build doc
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  cp -dr --no-preserve=ownership ulfius/doc/html "${pkgdir}"/usr/share/doc/ulfius/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list