You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TERMUX_PKG_HOMEPAGE = http://tmux.github.io/
TERMUX_PKG_DESCRIPTION = "Terminal multiplexer implementing switching between several programs in one terminal, detaching them and reattaching them to a different terminal"
# Link against libandroid-support for wcwidth(), see https://github.com/termux/termux-packages/issues/224
TERMUX_PKG_DEPENDS = "ncurses, libevent, libutil, libandroid-support, libandroid-glob"
TERMUX_PKG_VERSION = 2.4
TERMUX_PKG_SHA256 = 757d6b13231d0d9dd48404968fc114ac09e005d475705ad0cd4b7166f799b349
TERMUX_PKG_SRCURL = https://github.com/tmux/tmux/releases/download/${ TERMUX_PKG_VERSION } /tmux-${ TERMUX_PKG_VERSION } .tar.gz
TERMUX_PKG_BUILD_IN_SRC = yes
termux_step_pre_configure( ) {
LDFLAGS += " -landroid-glob"
}
termux_step_post_make_install ( ) {
cp $TERMUX_PKG_BUILDER_DIR /tmux.conf $TERMUX_PREFIX /etc/tmux.conf
}