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