[arch-commits] Commit in libmpack/repos (community-x86_64 community-x86_64/PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Feb 20 20:11:39 UTC 2018


    Date: Tuesday, February 20, 2018 @ 20:11:38
  Author: svenstaro
Revision: 296620

archrelease: copy trunk to community-x86_64

Added:
  libmpack/repos/community-x86_64/
  libmpack/repos/community-x86_64/PKGBUILD
    (from rev 296619, libmpack/trunk/PKGBUILD)

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

Copied: libmpack/repos/community-x86_64/PKGBUILD (from rev 296619, libmpack/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-20 20:11:38 UTC (rev 296620)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+
+pkgname=libmpack
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Simple implementation of msgpack in C"
+arch=('x86_64')
+url="https://github.com/libmpack/libmpack"
+license=(MIT)
+source=(https://github.com/libmpack/libmpack/archive/${pkgver}.tar.gz)
+sha512sums=('6e30edafcacfb580b410bc6749ed7fe8f18b3be0cb98959339853e77bc3ec0cda6df08a0f1f22768cfc773458a2ea6bcef4f0421eea55cf56c58981d13711a04')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:
+



More information about the arch-commits mailing list