texlive-tlmgr: add subpackage
[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_SHA256=43c64711301c2caf40dc56d7b91dd03d2b882a31fa31812bf20de0c8fb2e717f
5 TERMUX_PKG_SRCURL=http://mirrors.kernel.org/gnu/global/global-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
7 ac_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:
12 TERMUX_PKG_DEPENDS="coreutils, ncurses, libltdl"