void-packages/srcpkgs/pick/template
2017-09-21 16:38:24 +00:00

22 lines
549 B
Bash

# Template file for 'pick'
pkgname=pick
version=1.9.0
revision=2
build_style=gnu-configure
hostmakedepends="automake pkg-config"
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=ae842a99e64f3a22f4806e8dca6706a7c6487bdc1fb6506e6437b1c542704e7d
pre_configure() {
./autogen.sh
}
post_install() {
vlicense LICENSE
}