void-packages/srcpkgs/pick/template

22 lines
538 B
Bash

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