21 lines
688 B
Bash
Raw Normal View History

2015-06-13 01:03:31 +02:00
TERMUX_PKG_HOMEPAGE=http://fishshell.com/
TERMUX_PKG_DESCRIPTION="Shell geared towards interactive use"
2016-05-03 07:45:33 -04:00
_COMMIT=c76d86631717929b3a2f259615e8603e69e13256
TERMUX_PKG_VERSION=2.2.201605030720
TERMUX_PKG_SRCURL=https://github.com/fish-shell/fish-shell/archive/${_COMMIT}.zip
2016-05-03 07:45:33 -04:00
# fish calls 'tput' from ncurses-utils, at least when cancelling (Ctrl+C) a command line:
TERMUX_PKG_DEPENDS="ncurses, libgnustl, libandroid-support, ncurses-utils"
2015-06-13 01:03:31 +02:00
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_FOLDERNAME=fish-shell-$_COMMIT
2015-07-13 02:54:11 -04:00
termux_step_pre_configure () {
cd $TERMUX_PKG_SRCDIR
autoconf
2015-07-30 10:52:18 -04:00
2015-09-30 19:16:05 -04:00
CXXFLAGS+=" $CPPFLAGS"
2015-07-30 10:52:18 -04:00
LDFLAGS+=" -lgnustl_shared"
2015-09-30 19:16:05 -04:00
export PCRE2_CONFIG_EXTRAS="--host=$TERMUX_HOST_PLATFORM"
2015-07-13 02:54:11 -04:00
}