4cc3305153f9c257d173757f59a5a36dad65cb74
[termux-packages] / packages / pick / build.sh
1 TERMUX_PKG_HOMEPAGE=https://github.com/calleerlandsson/pick
2 TERMUX_PKG_DESCRIPTION="Utility to choose one option from a set of choices with fuzzy search functionality"
3 TERMUX_PKG_VERSION=2.0.0
4 TERMUX_PKG_SHA256=0e87141b9cca7c31d4d77c87a7c0582e316f40f9076444c7c6e87a791f1ae80b
5 TERMUX_PKG_SRCURL=https://github.com/calleerlandsson/pick/releases/download/v${TERMUX_PKG_VERSION}/pick-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_DEPENDS="ncurses"
7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_search_setupterm=-lncurses"