Merge pull request #126 from 4679/master

add corkscrew
This commit is contained in:
Fredrik Fornwall 2016-01-15 16:14:47 +01:00
commit 202aebd59e
3 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RUN dpkg-reconfigure locales
RUN apt-get update && apt-get install -y \
sudo \
git \
asciidoc \
automake \
bison \

View File

@ -0,0 +1,5 @@
TERMUX_PKG_HOMEPAGE=http://www.agroman.net/corkscrew/
TERMUX_PKG_DESCRIPTION="A tool for tunneling SSH through HTTP proxies"
TERMUX_PKG_DEPENDS="openssh"
TERMUX_PKG_VERSION=2.0
TERMUX_PKG_SRCURL=http://agroman.net/corkscrew/corkscrew-${TERMUX_PKG_VERSION}.tar.gz

View File

@ -22,6 +22,7 @@ PACKAGES="$PACKAGES scons"
PACKAGES="$PACKAGES texinfo"
PACKAGES="$PACKAGES xmlto"
PACKAGES="$PACKAGES xutils-dev" # Provides u'makedepend' which the openssl build uses
PACKAGES="$PACKAGES git"
sudo apt install $PACKAGES
sudo mkdir -p /data/data/com.termux/files/usr