sys-apps/pick: autotools--, BDEPEND

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-17 00:18:48 +01:00
parent 75ffc72288
commit 95aceecc37

View File

@@ -3,20 +3,19 @@
EAPI=7
inherit autotools toolchain-funcs
inherit toolchain-funcs
DESCRIPTION="a fuzzy search tool for the command-line"
DESCRIPTION="A fuzzy search tool for the command-line"
HOMEPAGE="https://github.com/mptre/pick"
SRC_URI="https://github.com/mptre/pick/releases/download/v${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="sys-libs/ncurses:0="
DEPEND="${RDEPEND}
virtual/pkgconfig"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/${PN}-4.0.0-tinfo.patch"