void-packages/srcpkgs/pick/template
2017-04-19 23:33:55 -03:00

21 lines
538 B
Bash

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