void-packages/srcpkgs/pick/template
2017-04-27 07:39:18 +02:00

21 lines
538 B
Bash

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