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