new package: 6tunnel

This commit is contained in:
Tee KOBAYASHI 2022-02-06 11:57:40 +09:00 committed by xtkoba
parent a622b738b8
commit 7550bc427f
1 changed files with 11 additions and 0 deletions

11
packages/6tunnel/build.sh Normal file
View File

@ -0,0 +1,11 @@
TERMUX_PKG_HOMEPAGE=https://github.com/wojtekka/6tunnel
TERMUX_PKG_DESCRIPTION="Allows you to use services provided by IPv6 hosts with IPv4-only applications and vice-versa"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.13
TERMUX_PKG_SRCURL=https://github.com/wojtekka/6tunnel/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=9f15ae24116ab2e781dc5a73faf9bb699b694cf845c9122ea755ab1780751f01
termux_step_pre_configure() {
autoreconf -fi
}