1 # Maintainer: Jacob Courtneay <jacob@sporkexec.com>
5 pkgdesc="An MPD client inspired by ncmpcpp using urwid."
7 url="http://github.com/sporkexec/urmpc"
9 depends=('python2' 'python-urwid' 'python-mpd')
13 _gitroot='https://github.com/sporkexec/urmpc.git'
19 msg "Connecting to GIT server...."
21 git clone "$_gitroot" "$_gitname"
24 git checkout "tags/$pkgver"
25 msg "GIT checkout done or server timeout"
27 python2 setup.py install --root="$pkgdir/" --optimize=1
30 # vim:set ts=2 sw=2 et: