diff --git a/srcpkgs/pick/template b/srcpkgs/pick/template new file mode 100644 index 00000000000..ce6d38edcce --- /dev/null +++ b/srcpkgs/pick/template @@ -0,0 +1,21 @@ +# Template file for 'pick' +pkgname=pick +version=1.5.3 +revision=1 +build_style=gnu-configure +hostmakedepends="automake" +makedepends="ncurses-devel" +short_desc="A fuzzy search tool for the command-line" +maintainer="Diogo Leal " +license="MIT" +homepage="https://github.com/calleerlandsson/pick/" +distfiles="https://github.com/calleerlandsson/pick/archive/v${version}.tar.gz" +checksum=f2c26f11a6493d0dddddbfbbf0f2661175fadff09efd6d303cc68cb4a94974f4 + +pre_configure() { + ./autogen.sh +} + +post_install() { + vlicense LICENSE +}