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-10-19 23:36:12 +02:00
TERMUX_PKG_VERSION = 2.1
2015-11-02 22:04:37 +01: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
}