Date: Sunday, December 25, 2016 @ 17:53:42
  Author: bpiotrowski
Revision: 202169

archrelease: copy trunk to community-staging-any

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

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

Copied: archey3/repos/community-staging-any/PKGBUILD (from rev 202168, 
archey3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2016-12-25 17:53:42 UTC (rev 202169)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <[email protected]>
+# Contributor: Laurie Clark-Michalek <[email protected]>
+# Contributor: graysky <graysky AT archlinux DOR us>
+
+pkgname=archey3
+pkgver=0.5
+pkgrel=7
+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://github.com/lclarkmichalek/archey3#commit=1c7e137')
+md5sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+
+  python setup.py install --root="$pkgdir"
+}
+
+# getver: -d 2 -u 5
+# vim:set ts=2 sw=2 et:

Reply via email to