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