[arch-commits] Commit in (pius pius/repos pius/trunk pius/trunk/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jul 21 07:38:17 UTC 2018


    Date: Saturday, July 21, 2018 @ 07:38:16
  Author: felixonmars
Revision: 362677

addpkg: pius 2.2.6-1

Added:
  pius/
  pius/repos/
  pius/trunk/
  pius/trunk/PKGBUILD

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

Added: pius/trunk/PKGBUILD
===================================================================
--- pius/trunk/PKGBUILD	                        (rev 0)
+++ pius/trunk/PKGBUILD	2018-07-21 07:38:16 UTC (rev 362677)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=pius
+pkgver=2.2.6
+pkgrel=1
+pkgdesc="PGP Individual User Signer"
+arch=('any')
+url="http://www.phildev.net/pius/"
+license=('GPL')
+# Python 3 version is buggy
+depends=('python2-six')
+checkdepends=('python2-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jaymzh/pius/archive/v$pkgver.tar.gz")
+sha512sums=('bb6f525e09a04f667de25f60cca94c0e737c72741d792c59dec97b2c1a8cca5b688ef6bcf75b333b03c5003a7f3cfa672f33a5f3eab9c2fee3c3aa235f989ec7')
+
+build() {
+  cd pius-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd pius-$pkgver
+  # pytest2
+}
+
+package() {
+  cd pius-$pkgver
+  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: pius/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list