10b903b74d
Closes: #6908 [via git-merge-pr]
21 lines
538 B
Bash
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
|
|
}
|