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

Maxime Gauduin alucryd at archlinux.org
Tue Jun 8 06:16:49 UTC 2021


    Date: Tuesday, June 8, 2021 @ 06:16:49
  Author: alucryd
Revision: 958618

archrelease: copy trunk to community-x86_64

Added:
  hoel/repos/community-x86_64/PKGBUILD
    (from rev 958617, hoel/trunk/PKGBUILD)
Deleted:
  hoel/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-08 06:16:44 UTC (rev 958617)
+++ PKGBUILD	2021-06-08 06:16:49 UTC (rev 958618)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=hoel
-pkgver=1.4.17
-pkgrel=3
-pkgdesc='C Database abstraction library with json based language'
-arch=(x86_64)
-url=https://github.com/babelouest/hoel
-license=(LGPL2.1)
-depends=(
-  glibc
-  jansson
-  liborcania.so
-  libyder.so
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  graphviz
-  mariadb-libs
-  ninja
-  postgresql-libs
-  sqlite
-)
-optdepends=(
-  'postgresql-libs: PostgreSQL support'
-  'mariadb-libs: MariaDB support'
-  'sqlite: SQLite support'
-)
-provides=(libhoel.so)
-_tag=57b6849e793966180cf43849cfe3d1dbfb964572
-source=(git+https://github.com/babelouest/hoel.git#tag=${_tag})
-validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora <nicolas at babelouest.org>
-b2sums=(SKIP)
-
-pkgver() {
-  cd hoel
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S hoel -B build -G Ninja \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_HOEL_DOCUMENTATION=ON
-  ninja -C build doc
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -dm 755 "${pkgdir}"/usr/share/doc/hoel
-  cp -dr --no-preserve=ownership hoel/doc/html "${pkgdir}"/usr/share/doc/hoel/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hoel/repos/community-x86_64/PKGBUILD (from rev 958617, hoel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-08 06:16:49 UTC (rev 958618)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=hoel
+pkgver=1.4.18
+pkgrel=1
+pkgdesc='C Database abstraction library with json based language'
+arch=(x86_64)
+url=https://github.com/babelouest/hoel
+license=(LGPL2.1)
+depends=(
+  glibc
+  jansson
+  liborcania.so
+  libyder.so
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  graphviz
+  mariadb-libs
+  ninja
+  postgresql-libs
+  sqlite
+)
+optdepends=(
+  'postgresql-libs: PostgreSQL support'
+  'mariadb-libs: MariaDB support'
+  'sqlite: SQLite support'
+)
+provides=(libhoel.so)
+_tag=7dbdaabcc698b6d600598d8db4ec746fcd937b3e
+source=(git+https://github.com/babelouest/hoel.git#tag=${_tag})
+validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora <nicolas at babelouest.org>
+b2sums=(SKIP)
+
+pkgver() {
+  cd hoel
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S hoel -B build -G Ninja \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_HOEL_DOCUMENTATION=ON
+  ninja -C build doc
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -dm 755 "${pkgdir}"/usr/share/doc/hoel
+  cp -dr --no-preserve=ownership hoel/doc/html "${pkgdir}"/usr/share/doc/hoel/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list