[arch-commits] Commit in restinio/repos/community-any (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Wed Apr 15 15:22:29 UTC 2020
Date: Wednesday, April 15, 2020 @ 15:22:28
Author: archange
Revision: 614722
archrelease: copy trunk to community-any
Added:
restinio/repos/community-any/PKGBUILD
(from rev 614721, restinio/trunk/PKGBUILD)
Deleted:
restinio/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-15 15:22:21 UTC (rev 614721)
+++ PKGBUILD 2020-04-15 15:22:28 UTC (rev 614722)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=restinio
-pkgver=0.6.5
-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=('aed7a4057a0c1e879ec5ed265ef30927e49d0e376e9c51b486d1e99a51bb6391')
-
-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 614721, restinio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-15 15:22:28 UTC (rev 614722)
@@ -0,0 +1,33 @@
+# 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}
+}
More information about the arch-commits
mailing list