void-packages/srcpkgs/pick/template

22 lines
538 B
Bash
Raw Normal View History

2017-01-20 11:12:44 +00:00
# Template file for 'pick'
pkgname=pick
2017-04-27 05:39:18 +00:00
version=1.6.1
2017-01-20 11:12:44 +00:00
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"
2017-04-27 05:39:18 +00:00
checksum=0c4a873ddc1b3e2f0804c8e0ace1d89e3b28b6827ad03ff2e785e5008f41cb1e
2017-01-20 11:12:44 +00:00
pre_configure() {
./autogen.sh
}
post_install() {
vlicense LICENSE
}