[arch-commits] Commit in restinio/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Mon May 11 18:38:22 UTC 2020


    Date: Monday, May 11, 2020 @ 18:38:21
  Author: archange
Revision: 626306

archrelease: copy trunk to community-any

Added:
  restinio/repos/community-any/PKGBUILD
    (from rev 626305, restinio/trunk/PKGBUILD)
Deleted:
  restinio/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 18:38:13 UTC (rev 626305)
+++ PKGBUILD	2020-05-11 18:38:21 UTC (rev 626306)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=restinio
-pkgver=0.6.6
-pkgrel=1
-pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket server"
-arch=(any)
-url="https://stiffstream.com/en/products/restinio.html"
-license=(BSD)
-depends=(asio http-parser fmt)
-makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
-source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b2e6a603152763bb86140b839649cb3eceb06da7fafeb8f6e3474b280a9c8b21')
-
-build() {
-  cmake -B build -S ${pkgname}-${pkgver}/dev/ \
-      -DCMAKE_BUILD_TYPE=Release \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DRESTINIO_FIND_DEPS=ON \
-      -DRESTINIO_TEST=OFF \
-      -DRESTINIO_SAMPLE=OFF \
-      -DRESTINIO_INSTALL_SAMPLES=OFF \
-      -DRESTINIO_BENCH=OFF \
-      -DRESTINIO_INSTALL_BENCHES=OFF \
-      -DRESTINIO_ALLOW_SOBJECTIZER=OFF \
-      -DRESTINIO_USE_EXTERNAL_HTTP_PARSER=ON
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm644 ${pkgname}-${pkgver}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: restinio/repos/community-any/PKGBUILD (from rev 626305, restinio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-11 18:38:21 UTC (rev 626306)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=restinio
+pkgver=0.6.7
+pkgrel=1
+pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket server"
+arch=(any)
+url="https://stiffstream.com/en/products/restinio.html"
+license=(BSD)
+depends=(asio http-parser fmt)
+makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
+source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('19db681549b7fe69161a9f6df794d82dcfac83822ad6b2d40c93bcda331f6590')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver}/dev/ \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DRESTINIO_FIND_DEPS=ON \
+      -DRESTINIO_TEST=OFF \
+      -DRESTINIO_SAMPLE=OFF \
+      -DRESTINIO_INSTALL_SAMPLES=OFF \
+      -DRESTINIO_BENCH=OFF \
+      -DRESTINIO_INSTALL_BENCHES=OFF \
+      -DRESTINIO_ALLOW_SOBJECTIZER=OFF \
+      -DRESTINIO_USE_EXTERNAL_HTTP_PARSER=ON
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${pkgname}-${pkgver}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list