chiark / gitweb /
4bbfbee6db90514a92e1f74438fc3c4b6421e7cc
[termux-packages] / packages / tmux / build.sh
1 TERMUX_PKG_HOMEPAGE=http://tmux.github.io/
2 TERMUX_PKG_DESCRIPTION="Terminal multiplexer implementing switching between several programs in one terminal, detaching them and reattaching them to a different terminal"
3 TERMUX_PKG_DEPENDS="ncurses, libevent"
4 TERMUX_PKG_VERSION=2.0
5 TERMUX_PKG_BUILD_REVISION=2
6 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/tmux/tmux/tmux-${TERMUX_PKG_VERSION}/tmux-${TERMUX_PKG_VERSION}.tar.gz
7 TERMUX_PKG_BUILD_IN_SRC=yes
8
9 termux_step_post_make_install () {
10         cp $TERMUX_PKG_BUILDER_DIR/tmux.conf $TERMUX_PREFIX/etc/tmux.conf
11 }