commit
cbf7e4d14f
1 changed files with 21 additions and 0 deletions
21
srcpkgs/pick/template
Normal file
21
srcpkgs/pick/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'pick'
|
||||
pkgname=pick
|
||||
version=1.5.3
|
||||
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=f2c26f11a6493d0dddddbfbbf0f2661175fadff09efd6d303cc68cb4a94974f4
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue