summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3ed168f11941
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Michael Schönitzer <michael@schoenitzer.de>
+pkgname=getrid-git
+pkgver=0.2
+pkgrel=1
+pkgdesc="Terminal user interface to decide which packages to keep and which to get rid of"
+arch=('any')
+url="https://github.com/Nudin/getrid"
+license=('GPL')
+depends=('python' 'python-urwid' 'pacgraph')
+source=('git+https://github.com/Nudin/getrid.git')
+md5sums=('SKIP')
+
+package() {
+ cd "$pkgname"
+ make DESTDIR="$pkgdir/" install
+}