Date: Monday, November 4, 2019 @ 06:10:57
  Author: felixonmars
Revision: 523318

archrelease: copy trunk to community-staging-any

Added:
  archey3/repos/community-staging-any/
  archey3/repos/community-staging-any/PKGBUILD
    (from rev 523317, archey3/trunk/PKGBUILD)

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

Copied: archey3/repos/community-staging-any/PKGBUILD (from rev 523317, 
archey3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2019-11-04 06:10:57 UTC (rev 523318)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Laurie Clark-Michalek <[email protected]>
+# Contributor: graysky <graysky AT archlinux DOR us>
+
+pkgname=archey3
+# the PKGBUILD at 
https://github.com/lclarkmichalek/archey3/blob/master/PKGBUILD says 0.5
+pkgver=0.5
+pkgrel=10
+pkgdesc='Output a logo and various system information'
+arch=('any')
+url='https://lclarkmichalek.github.io/archey3/'
+license=('GPL')
+depends=('python')
+makedepends=('git' 'python-distribute')
+optdepends=('imagemagick: for default screenshot command'
+            'python-logbook: alternative logging system')
+source=('git+https://github.com/lclarkmichalek/archey3#commit=ac687529ec6208954f09c29f01760c66f73b1d10')
+md5sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+
+  python setup.py install --root="$pkgdir"
+}
+
+# getver: -d 2 -u 5
+# vim: ts=2 sw=2 et:

Reply via email to