void-packages/srcpkgs/pick/template
Diogo Leal 10b903b74d pick: update to 1.7.0
Closes: #6908 [via git-merge-pr]
2017-06-30 12:00:35 +00:00

21 lines
538 B
Bash

# Template file for 'pick'
pkgname=pick
version=1.7.0
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=415f3ce78f06e2b5feab45520000320fe011b1c274fb3d3a27869e2baa0dd03a
pre_configure() {
./autogen.sh
}
post_install() {
vlicense LICENSE
}