parent
8d6e165f62
commit
1ea423b5a3
@ -1,7 +1,9 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=http://tmux.github.io/
|
TERMUX_PKG_HOMEPAGE=http://tmux.github.io/
|
||||||
TERMUX_PKG_DESCRIPTION="Terminal multiplexer implementing switching between several programs in one terminal, detaching them and reattaching them to a different terminal"
|
TERMUX_PKG_DESCRIPTION="Terminal multiplexer implementing switching between several programs in one terminal, detaching them and reattaching them to a different terminal"
|
||||||
TERMUX_PKG_DEPENDS="ncurses, libevent, libutil"
|
# Link against libandroid-support for wcwidth(), see https://github.com/termux/termux-packages/issues/224
|
||||||
|
TERMUX_PKG_DEPENDS="ncurses, libevent, libutil, libandroid-support"
|
||||||
TERMUX_PKG_VERSION=2.2
|
TERMUX_PKG_VERSION=2.2
|
||||||
|
TERMUX_PKG_BUILD_REVISION=1
|
||||||
TERMUX_PKG_SRCURL=https://github.com/tmux/tmux/releases/download/${TERMUX_PKG_VERSION}/tmux-${TERMUX_PKG_VERSION}.tar.gz
|
TERMUX_PKG_SRCURL=https://github.com/tmux/tmux/releases/download/${TERMUX_PKG_VERSION}/tmux-${TERMUX_PKG_VERSION}.tar.gz
|
||||||
TERMUX_PKG_BUILD_IN_SRC=yes
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user