global: Update from 6.6.1 to 6.6.2
[termux-packages] / packages / global / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/global/
2 TERMUX_PKG_DESCRIPTION="Source code search and browse tools"
3 TERMUX_PKG_VERSION=6.6.2
4 TERMUX_PKG_REVISION=1
5 TERMUX_PKG_SRCURL=http://mirrors.kernel.org/gnu/global/global-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_SHA256=43c64711301c2caf40dc56d7b91dd03d2b882a31fa31812bf20de0c8fb2e717f
7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
8 ac_cv_posix1_2008_realpath=yes
9 --with-posix-sort=$TERMUX_PREFIX/bin/sort
10 --with-ncurses=$TERMUX_PREFIX
11 "
12 # coreutils provides the posix sort executable:
13 TERMUX_PKG_DEPENDS="coreutils, ncurses, libltdl"