vp-build/srcpkgs/vimpc/template

20 lines
674 B
Bash

# Template file for 'vimpc'
pkgname=vimpc
version=0.09.2
revision=1
build_style=gnu-configure
configure_args="--with-boost --with-taglib"
hostmakedepends="autoconf automake pkg-config"
makedepends="ncurses-devel libglib-devel libmpdclient-devel libpcre boost-devel
taglib-devel libcurl-devel"
short_desc="Ncurses based mpd client with vi like key bindings"
maintainer="Nicolas Porcel <nicolasporcel06@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/boysetsfrog/vimpc"
distfiles="https://github.com/boysetsfrog/vimpc/archive/v${version}.tar.gz"
checksum=caa772f984e35b1c2fbe0349bc9068fc00c17bcfcc0c596f818fa894cac035ce
pre_configure() {
./autogen.sh
}