summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3ed168f119410f992a4001eb9a33f0bdb019e741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}