linux-man-pages: Update from 4.10 to 4.11
[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=1.6.1
4 TERMUX_PKG_SHA256=b2d0384c376b697b7e8f17843485e6373514f001b35be18b6414a2fd5ced8d9b
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"