2015-07-24 01:07:39 +02:00
TERMUX_PKG_HOMEPAGE = http://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
TERMUX_PKG_DEPENDS = "ncurses, libevent, libutil, libandroid-support"
2016-04-11 13:25:59 +02:00
TERMUX_PKG_VERSION = 2.2
2016-04-20 12:25:44 +02:00
TERMUX_PKG_BUILD_REVISION = 1
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
termux_step_post_make_install ( ) {
cp $TERMUX_PKG_BUILDER_DIR /tmux.conf $TERMUX_PREFIX /etc/tmux.conf
}