Initial push
[termux-packages] / packages / multitail / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.vanheusden.com/multitail/
2 TERMUX_PKG_DESCRIPTION="Tool to monitor logfiles and command output in multiple windows in a terminal, colorize, filter and merge"
3 TERMUX_PKG_VERSION=6.4.1
4 TERMUX_PKG_SRCURL=http://www.vanheusden.com/multitail/multitail-${TERMUX_PKG_VERSION}.tgz
5 TERMUX_PKG_DEPENDS="ncurses, ncurses-ui-libs, libandroid-glob"
6 TERMUX_PKG_BUILD_IN_SRC=yes
7
8 termux_step_pre_configure () {
9 LDFLAGS+=" -landroid-glob"
10 }