New package: pick-1.5.3

This commit is contained in:
Diogo Leal 2017-01-20 09:12:44 -02:00
parent d43105ffd8
commit 201e4912cd

21
srcpkgs/pick/template Normal file
View file

@ -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 <diogo@diogoleal.com>"
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
}