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"
2015-09-15 02:15:34 +02:00
TERMUX_PKG_DEPENDS = "ncurses, libevent, libutil"
2015-06-13 01:03:31 +02:00
TERMUX_PKG_VERSION = 2.0
2015-09-17 03:09:30 +02:00
TERMUX_PKG_BUILD_REVISION = 4
2015-06-13 01:03:31 +02:00
TERMUX_PKG_SRCURL = http://downloads.sourceforge.net/project/tmux/tmux/tmux-${ TERMUX_PKG_VERSION } /tmux-${ TERMUX_PKG_VERSION } .tar.gz
TERMUX_PKG_BUILD_IN_SRC = yes
termux_step_post_make_install ( ) {
cp $TERMUX_PKG_BUILDER_DIR /tmux.conf $TERMUX_PREFIX /etc/tmux.conf
}