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-20 02:33:55 +00:00
version=1.6.0
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-20 02:33:55 +00:00
checksum=95e1e03e05fa16299a76f2c0b959fa6d8d5b21c8613017718180416087da3eb3
2017-01-20 11:12:44 +00:00
pre_configure() {
./autogen.sh
}
post_install() {
vlicense LICENSE
}