From e4539a949f98823e7d368f9b26db88174bc58634 Mon Sep 17 00:00:00 2001 From: 4679 Date: Fri, 15 Jan 2016 13:20:19 +0800 Subject: [PATCH] add git to ubuntu-setup.sh and Dockerfile,add corkscrew --- Dockerfile | 1 + packages/corkscrew/build.sh | 5 +++++ ubuntu-setup.sh | 1 + 3 files changed, 7 insertions(+) create mode 100644 packages/corkscrew/build.sh diff --git a/Dockerfile b/Dockerfile index 0e00c287..859563c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN dpkg-reconfigure locales RUN apt-get update && apt-get install -y \ sudo \ + git \ asciidoc \ automake \ bison \ diff --git a/packages/corkscrew/build.sh b/packages/corkscrew/build.sh new file mode 100644 index 00000000..17e85a25 --- /dev/null +++ b/packages/corkscrew/build.sh @@ -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 diff --git a/ubuntu-setup.sh b/ubuntu-setup.sh index 28eb31b1..76222110 100755 --- a/ubuntu-setup.sh +++ b/ubuntu-setup.sh @@ -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 -- 2.11.0