summaryrefslogtreecommitdiff
path: root/pcr/paraboley/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2015-05-28 11:29:47 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2015-05-28 11:29:47 -0300
commitfcb2d26cfa3b265200b5ae9e949d787a56bd4f14 (patch)
tree60bf5147d7608e6217b37e6807c386b3a43a2b36 /pcr/paraboley/PKGBUILD
parent19fe7e7da672746eea0c2cae0307cea5e54fb23e (diff)
parentb0bb663657922f0154dd8d60a6d5455f9a2bfe3c (diff)
Merge branch 'master' of git://projects.parabola.nu/abslibre/abslibre
Diffstat (limited to 'pcr/paraboley/PKGBUILD')
-rw-r--r--pcr/paraboley/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/pcr/paraboley/PKGBUILD b/pcr/paraboley/PKGBUILD
deleted file mode 100644
index 0767b86ca..000000000
--- a/pcr/paraboley/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp>
-
-pkgname=paraboley
-pkgver=0.1
-pkgrel=1
-pkgdesc="Python script to display system infomation alongside the Parabola GNU / Linux-libre logo."
-arch=('any')
-url="http://XL04D.github.com/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
-}