1 # Maintainer: Nathan Sweetman <nathan.sweetman@gmail.com>
6 pkgdesc="ncurses based MPD client with vi-like key bindings"
8 url="https://sourceforge.net/projects/vimpc/"
11 depends=('libmpdclient' 'ncurses' 'pcre')
22 source=(http://sourceforge.net/projects/vimpc/files/Release%20$pkgver/$pkgname-$pkgver.tar.gz)
24 md5sums=('5ccc7b8fa3cde6f750b12b39c39778a7')
28 ./configure --prefix=/usr
39 make DESTDIR="$pkgdir/" install
42 # vim:set ts=2 sw=2 et: