[arch-commits] Commit in capnproto/repos (2 files)

David Runge dvzrv at archlinux.org
Tue Dec 5 23:28:43 UTC 2017


    Date: Tuesday, December 5, 2017 @ 23:28:42
  Author: dvzrv
Revision: 272347

archrelease: copy trunk to community-testing-x86_64

Added:
  capnproto/repos/community-testing-x86_64/
  capnproto/repos/community-testing-x86_64/PKGBUILD
    (from rev 272346, capnproto/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: capnproto/repos/community-testing-x86_64/PKGBUILD (from rev 272346, capnproto/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-05 23:28:42 UTC (rev 272347)
@@ -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.6.1
+pkgrel=4
+pkgdesc="Cap'n Proto serialization/RPC system"
+arch=('x86_64')
+url='https://capnproto.org/'
+license=('MIT')
+depends=('gcc-libs')
+provides=('capnproto')
+source=("https://capnproto.org/${pkgname}-c++-${pkgver}.tar.gz")
+sha512sums=('cd35aec18175b28149cf39ccbf360f8023d2762d04c0d6fdfbd7789ca26eac6228dfec6a414f48ff78aec4aad4c3d9d5f143a6a59dd86c16f653fc538e64b58e')
+
+build() {
+  cd "${pkgname}-c++-${pkgver}"
+  ./configure --prefix='/usr'
+  make
+}
+
+package() {
+  cd "${pkgname}-c++-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE.txt \
+    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list