2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=http://www.vanheusden.com/multitail/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Tool to monitor logfiles and command output in multiple windows in a terminal, colorize, filter and merge"
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2019-11-21 00:09:00 +01:00
|
|
|
TERMUX_PKG_VERSION=6.5.0
|
2017-11-16 11:04:56 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://fossies.org/linux/privat/multitail-${TERMUX_PKG_VERSION}.tgz
|
2019-11-21 00:09:00 +01:00
|
|
|
TERMUX_PKG_SHA256=b29d5e77dfc663c7500f78da67de5d82d35d9417a4741a89a18ce9ee7bdba9ed
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DEPENDS="ncurses, ncurses-ui-libs, libandroid-glob"
|
2019-08-12 17:28:41 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
2015-06-13 01:03:31 +02:00
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_pre_configure() {
|
2017-07-07 10:51:23 +02:00
|
|
|
CFLAGS+=" -DNCURSES_WIDECHAR"
|
2015-06-13 01:03:31 +02:00
|
|
|
LDFLAGS+=" -landroid-glob"
|
|
|
|
}
|