1 # Author: Felipe Morales <hel.sheep@gmail.com>
2 # Maintainer: <grawity@gmail.com>
6 pkgdesc="Minimalistic MPD client with support for multimedia keys and notifications"
8 url="https://github.com/fmoralesc/indimpc"
10 depends=("dbus-python" "python-notify" "python-mpd")
11 sha1sums=('3df59a5d71cdb187b57e499a40468fa76c5e35ce')
13 _gitroot="git://github.com/fmoralesc/indimpc.git"
19 msg "Updating source code..."
20 if [[ -d $_gitname ]]; then
21 cd "$_gitname" && git pull origin
23 git clone "$_gitroot" "$_gitname"
28 cd "$srcdir/$_gitname"
29 install -Dm0755 "indimpc.py" "$pkgdir/usr/bin/indimpc"
30 install -Dm0755 "indimpc.desktop" "$pkgdir/etc/xdg/autostart/indimpc.desktop"