postgresql: Update from 9.6.2 to 9.6.3
[termux-packages] / packages / corkscrew / build.sh
CommitLineData
f8cce0c0 1TERMUX_PKG_HOMEPAGE=http://wiki.linuxquestions.org/wiki/Corkscrew
e4539a94 2TERMUX_PKG_DESCRIPTION="A tool for tunneling SSH through HTTP proxies"
3TERMUX_PKG_DEPENDS="openssh"
4TERMUX_PKG_VERSION=2.0
c9bacca7 5TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/corkscrew-${TERMUX_PKG_VERSION}.tar.gz
b8352277 6TERMUX_PKG_SHA256=0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be
17fa254a
FF
7
8termux_step_post_make_install () {
9 # Corkscrew does not distribute a man page, use one from debian:
10 mkdir -p $TERMUX_PREFIX/share/man/man1
11 cp $TERMUX_PKG_BUILDER_DIR/corkscrew.1 $TERMUX_PREFIX/share/man/man1
12}