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

Bruno Pagani archange at archlinux.org
Wed Dec 30 12:16:16 UTC 2020


    Date: Wednesday, December 30, 2020 @ 12:16:15
  Author: archange
Revision: 798955

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-30 12:16:10 UTC (rev 798954)
+++ PKGBUILD	2020-12-30 12:16:15 UTC (rev 798955)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=restinio
-pkgver=0.6.12
-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=('2eeaf41a2763cf1d924e9ec9ace946f97489743e78bf26cf897665c6c00204bb')
-
-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 798954, restinio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-30 12:16:15 UTC (rev 798955)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=restinio
+pkgver=0.6.13
+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=('b35d696e6fafd4563ca708fcecf9d0cf6705c846d417b5000f5252e0188848e7')
+
+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