void-packages/srcpkgs/pick/template
2017-01-20 09:12:44 -02:00

21 lines
538 B
Bash

# 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
}