tmux and neovim: Use the new libutil library
[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"
59f0d218 4TERMUX_PKG_VERSION=2.0
4b74af2c 5TERMUX_PKG_BUILD_REVISION=3
59f0d218
FF
6TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/tmux/tmux/tmux-${TERMUX_PKG_VERSION}/tmux-${TERMUX_PKG_VERSION}.tar.gz
7TERMUX_PKG_BUILD_IN_SRC=yes
8
9termux_step_post_make_install () {
10 cp $TERMUX_PKG_BUILDER_DIR/tmux.conf $TERMUX_PREFIX/etc/tmux.conf
11}