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

Jelle van der Waa jelle at archlinux.org
Sun Sep 20 12:18:02 UTC 2015


    Date: Sunday, September 20, 2015 @ 14:18:01
  Author: jelle
Revision: 141258

archrelease: copy trunk to community-staging-any

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

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

Copied: archey3/repos/community-staging-any/PKGBUILD (from rev 141257, archey3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-09-20 12:18:01 UTC (rev 141258)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Laurie Clark-Michalek <bluepeppers at archlinux.us>
+# Contributor: graysky <graysky AT archlinux DOR us>
+
+pkgname=archey3
+pkgver=0.5
+pkgrel=4
+pkgdesc='Output a logo and various system information'
+arch=('any')
+url='http://bluepeppers.github.com/archey3'
+license=('GPL')
+depends=('python')
+makedepends=('git' 'python-distribute')
+optdepends=('imagemagick: for default screenshot command')
+# AUR optdeps: python-logbook-git and python-mpd-git
+source=('git://github.com/bluepeppers/archey3.git#commit=94b3d549ef')
+md5sums=('SKIP')
+
+pkgver() {
+  # Fetch the version number from the PKGBUILD in the upstream git repo
+  grep pkgver= "$pkgname/PKGBUILD" | cut -d'=' -f2
+}
+
+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