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

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 30 18:19:17 UTC 2018


    Date: Saturday, June 30, 2018 @ 18:19:17
  Author: foutrelis
Revision: 348956

archrelease: copy trunk to community-staging-any

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

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

Copied: archey3/repos/community-staging-any/PKGBUILD (from rev 348955, archey3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-06-30 18:19:17 UTC (rev 348956)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Laurie Clark-Michalek <bluepeppers at archlinux.us>
+# Contributor: graysky <graysky AT archlinux DOR us>
+
+pkgname=archey3
+pkgver=0.5
+pkgrel=8
+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:



More information about the arch-commits mailing list