[arch-commits] Commit in pius/repos (community-any community-any/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Jul 21 07:38:57 UTC 2018
Date: Saturday, July 21, 2018 @ 07:38:56
Author: felixonmars
Revision: 362678
archrelease: copy trunk to community-any
Added:
pius/repos/community-any/
pius/repos/community-any/PKGBUILD
(from rev 362677, pius/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: pius/repos/community-any/PKGBUILD (from rev 362677, pius/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2018-07-21 07:38:56 UTC (rev 362678)
@@ -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:
More information about the arch-commits
mailing list