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

Pierre Neidhardt ambrevar at archlinux.org
Sat Feb 4 14:33:33 UTC 2017


    Date: Saturday, February 4, 2017 @ 14:33:32
  Author: ambrevar
Revision: 209893

archrelease: copy trunk to community-any

Added:
  python-keyutils/repos/community-any/
  python-keyutils/repos/community-any/PKGBUILD
    (from rev 209892, python-keyutils/trunk/PKGBUILD)

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

Copied: python-keyutils/repos/community-any/PKGBUILD (from rev 209892, python-keyutils/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-02-04 14:33:32 UTC (rev 209893)
@@ -0,0 +1,17 @@
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+
+pkgname=python-keyutils
+pkgver=0.4
+pkgrel=1
+pkgdesc="A set of python bindings for keyutils"
+arch=("any")
+url="https://github.com/sassoftware/python-keyutils"
+license=("Apache")
+depends=("python")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/v$pkgver.tar.gz")
+md5sums=('ba45c0567270e8028830e6b46a4dd7ba')
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+}



More information about the arch-commits mailing list