[arch-commits] Commit in capnproto/repos (2 files)
David Runge
dvzrv at archlinux.org
Thu Aug 30 20:43:51 UTC 2018
Date: Thursday, August 30, 2018 @ 20:43:50
Author: dvzrv
Revision: 375783
archrelease: copy trunk to community-testing-x86_64
Added:
capnproto/repos/community-testing-x86_64/
capnproto/repos/community-testing-x86_64/PKGBUILD
(from rev 375782, capnproto/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: capnproto/repos/community-testing-x86_64/PKGBUILD (from rev 375782, capnproto/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2018-08-30 20:43:50 UTC (rev 375783)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributors: Dave Reisner <dreisner at archlinux.org>
+# Matthias Blaicher <matthias at blaicher.com>
+# Severen Redwood <severen at shrike.me>
+
+pkgname=capnproto
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Cap'n Proto serialization/RPC system"
+arch=('x86_64')
+url='https://capnproto.org/'
+license=('MIT')
+depends=('openssl')
+provides=('capnproto')
+source=("https://capnproto.org/${pkgname}-c++-${pkgver}.tar.gz")
+sha512sums=('9f8fb5753155798fcf9377a87f984a54d9fc5157c41aa11cd94108a773ca22d6e6952657e2d8079c9806f7de06f316c94957329fa52dbab6207aaa3b52348f04')
+
+build() {
+ cd "${pkgname}-c++-${pkgver}"
+ ./configure --prefix='/usr'
+ make
+}
+
+package() {
+ cd "${pkgname}-c++-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+
+ install -vDm 644 LICENSE.txt \
+ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list