2015-07-24 02:04:18 +02:00
|
|
|
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
|
2015-10-10 03:43:52 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libandroid-support, protobuf, ncurses, openssl, libutil, perl"
|
2015-07-24 02:04:18 +02:00
|
|
|
|
|
|
|
export PROTOC=$TERMUX_TOPDIR/protobuf/host-build/src/protoc
|
2015-08-04 02:33:27 +02:00
|
|
|
|
|
|
|
LDFLAGS+=" -lgnustl_shared"
|