aa1d34d57b
By ericonr: - remove -fcommon Closes: #28564 [via git-merge-pr]
23 lines
613 B
Bash
23 lines
613 B
Bash
# Template file for 'pick'
|
|
pkgname=pick
|
|
version=4.0.0
|
|
revision=1
|
|
build_style=configure
|
|
make_check_target=test
|
|
hostmakedepends="pkg-config"
|
|
makedepends="ncurses-devel"
|
|
checkdepends="ncurses-base"
|
|
short_desc="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=c62b1372b8c21d64c6da5a687abf3b56ee314fae5b67c1f08b5550ea5f87fdac
|
|
|
|
pre_configure() {
|
|
export PREFIX=/usr MANDIR=/usr/share/man
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|