22 lines
549 B
Bash
22 lines
549 B
Bash
# Template file for 'pick'
|
|
pkgname=pick
|
|
version=2.0.1
|
|
revision=1
|
|
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=a9d7222f65cc6a3dd0dda727d1c3ffefc4aad016f701852f837f29be9b59c39b
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|