mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
21736d59aa
This commit has been automatically submitted by Github Actions.
16 lines
646 B
Bash
16 lines
646 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/global/
|
|
TERMUX_PKG_DESCRIPTION="Source code search and browse tools"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="6.6.14"
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/global/global-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=f6e7fd0b68aed292e85bb686616baf6551d5c9424adcddca11d808ba318cb320
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
ac_cv_posix1_2008_realpath=yes
|
|
--with-posix-sort=$TERMUX_PREFIX/bin/sort
|
|
--with-ncurses=$TERMUX_PREFIX
|
|
"
|
|
# coreutils provides the posix sort executable:
|
|
TERMUX_PKG_DEPENDS="coreutils, ncurses, libltdl"
|