vimpc: update to 0.09.2.
This commit is contained in:
parent
7ba9735866
commit
c6c439ee25
|
@ -1,15 +1,19 @@
|
||||||
# Template file for 'vimpc'
|
# Template file for 'vimpc'
|
||||||
pkgname=vimpc
|
pkgname=vimpc
|
||||||
version=0.09.1
|
version=0.09.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-boost --with-taglib"
|
configure_args="--with-boost --with-taglib"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="autoconf automake pkg-config"
|
||||||
makedepends="ncurses-devel glib-devel libmpdclient-devel libpcre boost-devel taglib-devel"
|
makedepends="ncurses-devel libglib-devel libmpdclient-devel libpcre boost-devel
|
||||||
short_desc="An ncurses based mpd client with vi like key bindings"
|
taglib-devel libcurl-devel"
|
||||||
|
short_desc="Ncurses based mpd client with vi like key bindings"
|
||||||
maintainer="Nicolas Porcel <nicolasporcel06@gmail.com>"
|
maintainer="Nicolas Porcel <nicolasporcel06@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://vimpc.sourceforge.net/"
|
homepage="https://github.com/boysetsfrog/vimpc"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="https://github.com/boysetsfrog/vimpc/archive/v${version}.tar.gz"
|
||||||
checksum="082fa9974e01bf563335ebf950b2f9bc129c0d05c0c15499f7827e8418306031"
|
checksum=caa772f984e35b1c2fbe0349bc9068fc00c17bcfcc0c596f818fa894cac035ce
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue