2017-06-02 22:08:13 +02:00
TERMUX_PKG_HOMEPAGE = https://tmux.github.io/
2015-06-13 01:03:31 +02:00
TERMUX_PKG_DESCRIPTION = "Terminal multiplexer implementing switching between several programs in one terminal, detaching them and reattaching them to a different terminal"
2016-04-20 12:25:44 +02:00
# Link against libandroid-support for wcwidth(), see https://github.com/termux/termux-packages/issues/224
2017-04-22 02:26:00 +02:00
TERMUX_PKG_DEPENDS = "ncurses, libevent, libutil, libandroid-support, libandroid-glob"
2017-06-02 22:08:13 +02:00
TERMUX_PKG_VERSION = 2.5
2017-09-29 14:59:11 +02:00
TERMUX_PKG_REVISION = 1
2017-06-02 22:08:13 +02:00
TERMUX_PKG_SHA256 = ae135ec37c1bf6b7750a84e3a35e93d91033a806943e034521c8af51b12d95df
2015-10-19 23:36:12 +02:00
TERMUX_PKG_SRCURL = https://github.com/tmux/tmux/releases/download/${ TERMUX_PKG_VERSION } /tmux-${ TERMUX_PKG_VERSION } .tar.gz
2015-06-13 01:03:31 +02:00
TERMUX_PKG_BUILD_IN_SRC = yes
2017-04-22 02:26:00 +02:00
termux_step_pre_configure( ) {
LDFLAGS += " -landroid-glob"
}
2015-06-13 01:03:31 +02:00
termux_step_post_make_install ( ) {
cp $TERMUX_PKG_BUILDER_DIR /tmux.conf $TERMUX_PREFIX /etc/tmux.conf
}