From 6a56e9dd97b0d1a482f2ce4bede5f8921866985c Mon Sep 17 00:00:00 2001 From: Aurélien DESBRIÈRES Date: Fri, 13 Jun 2014 14:01:51 +0200 Subject: Paraboley an eye on your system --- pcr/paraboley/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pcr/paraboley/PKGBUILD (limited to 'pcr/paraboley/PKGBUILD') diff --git a/pcr/paraboley/PKGBUILD b/pcr/paraboley/PKGBUILD new file mode 100644 index 000000000..a5f4b8d72 --- /dev/null +++ b/pcr/paraboley/PKGBUILD @@ -0,0 +1,30 @@ +# Maintainer (Parabola) : Aurélien DESBRIÈRES + +pkgname=paraboley +pkgver=0.1 +pkgrel=1 +pkgdesc="Python script to display system infomation alongside the Parabola GNU / Linux-libre logo." +arch=('any') +url="https://github.com/XL04D/paraboley" +license=('GPL') +depends=('python') +makedepends=('git' 'python-distribute') +optdepends=( +'python-mpd-git: python libary for mpd interaction', +'python-logbook-git: for logging' +'imagemagick: for default screenshot command' +) +conflicts=() +provides=('paraboley') +source="git://github.com/XL04D/paraboley.git" + +pkgver() { + cd ${pkgname} + git describe --always | sed 's|-|.|g' +} + +package() { + cd "$srcdir/$pkgname" + python setup.py install --root=${pkgdir} + install -D -m644 COPYING ${pkgdir}/usr/share/licenses/paraboley/COPYING +} -- cgit v1.2.3