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

Felix Yan felixonmars at archlinux.org
Sun Feb 10 07:44:14 UTC 2019


    Date: Sunday, February 10, 2019 @ 07:44:13
  Author: felixonmars
Revision: 431139

archrelease: copy trunk to community-testing-any

Added:
  pius/repos/community-testing-any/
  pius/repos/community-testing-any/PKGBUILD
    (from rev 431134, pius/trunk/PKGBUILD)

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

Copied: pius/repos/community-testing-any/PKGBUILD (from rev 431134, pius/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2019-02-10 07:44:13 UTC (rev 431139)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=pius
+pkgver=2.2.7
+pkgrel=1
+pkgdesc="PGP Individual User Signer"
+arch=('any')
+url="http://www.phildev.net/pius/"
+license=('GPL')
+depends=('python-six')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jaymzh/pius/archive/v$pkgver.tar.gz")
+sha512sums=('079fe93592383d0974a8d583772087d3ac0544dce92d4cbb0b4fd5169bd8e26bac71729f9ef989bbdea2911ba11a60eef48e274864f6601e53aba6b887f79978')
+
+build() {
+  cd pius-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pius-$pkgver
+  ./run_tests
+}
+
+package() {
+  cd pius-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list