[arch-commits] Commit in archey3/repos (2 files)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Mon Mar 17 15:27:48 UTC 2014
Date: Monday, March 17, 2014 @ 16:27:47
Author: arodseth
Revision: 107487
archrelease: copy trunk to community-staging-any
Added:
archey3/repos/community-staging-any/
archey3/repos/community-staging-any/PKGBUILD
(from rev 107486, archey3/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: archey3/repos/community-staging-any/PKGBUILD (from rev 107486, archey3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2014-03-17 15:27:47 UTC (rev 107487)
@@ -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=1
+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=c1d1fedccc843ada034d7bcbfe89d00cfc58fea3')
+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"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list