Merge pull request #181 from its-pointless/master
[termux-packages] / packages / tmux / build.sh
CommitLineData
c6612648 1TERMUX_PKG_HOMEPAGE=http://tmux.github.io/
59f0d218 2TERMUX_PKG_DESCRIPTION="Terminal multiplexer implementing switching between several programs in one terminal, detaching them and reattaching them to a different terminal"
87745886 3TERMUX_PKG_DEPENDS="ncurses, libevent, libutil"
fde65815 4TERMUX_PKG_VERSION=2.2
b4b35f2f 5TERMUX_PKG_SRCURL=https://github.com/tmux/tmux/releases/download/${TERMUX_PKG_VERSION}/tmux-${TERMUX_PKG_VERSION}.tar.gz
59f0d218
FF
6TERMUX_PKG_BUILD_IN_SRC=yes
7
8termux_step_post_make_install () {
9 cp $TERMUX_PKG_BUILDER_DIR/tmux.conf $TERMUX_PREFIX/etc/tmux.conf
10}