You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
398 B
9 lines
398 B
TERMUX_PKG_HOMEPAGE=http://mosh.mit.edu/
|
|
TERMUX_PKG_DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
|
|
TERMUX_PKG_VERSION=1.2.5
|
|
TERMUX_PKG_SRCURL=http://mosh.mit.edu/mosh-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_DEPENDS="libandroid-support, protobuf, ncurses, openssl, libutil, perl"
|
|
|
|
export PROTOC=$TERMUX_TOPDIR/protobuf/host-build/src/protoc
|
|
|
|
LDFLAGS+=" -lgnustl_shared"
|
|
|