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=('f96cdc10827ddfbb53318e9ab4bab93b')
28 ./configure --prefix=/usr
39 make DESTDIR="$pkgdir/" install
42 # vim:set ts=2 sw=2 et: