[arch-commits] Commit in archey3/repos/community-any (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Nov 2 12:08:18 UTC 2013


    Date: Saturday, November 2, 2013 @ 13:08:18
  Author: arodseth
Revision: 100342

archrelease: copy trunk to community-any

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

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

Copied: archey3/repos/community-any/PKGBUILD (from rev 100341, archey3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-02 12:08:18 UTC (rev 100342)
@@ -0,0 +1,32 @@
+# $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() {
+  cd "$pkgname"
+
+  grep pkgver= 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