Use more source checksums
[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"
1ea423b5
FF
3# Link against libandroid-support for wcwidth(), see https://github.com/termux/termux-packages/issues/224
4TERMUX_PKG_DEPENDS="ncurses, libevent, libutil, libandroid-support"
42160750 5TERMUX_PKG_VERSION=2.3
b18f952d 6TERMUX_PKG_REVISION=1
b4b35f2f 7TERMUX_PKG_SRCURL=https://github.com/tmux/tmux/releases/download/${TERMUX_PKG_VERSION}/tmux-${TERMUX_PKG_VERSION}.tar.gz
23289d81 8TERMUX_PKG_SHA256=55313e132f0f42de7e020bf6323a1939ee02ab79c48634aa07475db41573852b
59f0d218
FF
9TERMUX_PKG_BUILD_IN_SRC=yes
10
11termux_step_post_make_install () {
12 cp $TERMUX_PKG_BUILDER_DIR/tmux.conf $TERMUX_PREFIX/etc/tmux.conf
13}