updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / quakebased-mpd-binder / PKGBUILD
blob6e5a73eca84e03ba9c9c6ac4b791a0a5afca7674
1 # Contributor: Gianfranco Micoli <gianfrix.mg@gmail.com>
3 pkgname=quakebased-mpd-binder
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="A 'Now Playing' binder for Quake based games for MPD users using MPC written in Bash"
7 arch=(i686)
8 url="http://www.gianfrixblog.co.cc"
9 license=('GPL')
10 depends=('mpd' 'mpc')
11 source=('mpdsongbinder.sh')
12 md5sums=('1c5474c09f04f2f926141749b109ff58')
14 build() {
15   cd "$srcdir/"
16   install -D -m 755 mpdsongbinder.sh $pkgdir/usr/bin/mpdsongbinder.sh