Clean everything in /data in clean-rebuild-all.sh
[termux-packages] / disabled-packages / mosh / build.sh
CommitLineData
966a875d
FF
1TERMUX_PKG_HOMEPAGE=http://mosh.mit.edu/
2TERMUX_PKG_DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
3TERMUX_PKG_VERSION=1.2.5
4TERMUX_PKG_SRCURL=http://mosh.mit.edu/mosh-${TERMUX_PKG_VERSION}.tar.gz
61cf61e3 5TERMUX_PKG_DEPENDS="libandroid-support, protobuf, ncurses, openssl, libutil, perl"
966a875d
FF
6
7export PROTOC=$TERMUX_TOPDIR/protobuf/host-build/src/protoc
3248cc9e
FF
8
9LDFLAGS+=" -lgnustl_shared"