2016-12-21 03:45:15 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://github.com/dgoulet/torsocks
|
|
|
|
TERMUX_PKG_DESCRIPTION="Wrapper to safely torify applications"
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2018-11-21 23:45:52 +01:00
|
|
|
TERMUX_PKG_VERSION=2.3.0
|
|
|
|
TERMUX_PKG_SHA256=817c143e8a9d217f41a223a85139c6ca28e1b99556c547fcdb4c72dbc170b6c9
|
|
|
|
TERMUX_PKG_SRCURL=https://github.com/dgoulet/torsocks/archive/v$TERMUX_PKG_VERSION.tar.gz
|
2016-12-21 03:45:15 +01:00
|
|
|
TERMUX_PKG_DEPENDS="tor"
|
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_pre_configure() {
|
2016-12-21 03:45:15 +01:00
|
|
|
./autogen.sh
|
|
|
|
}
|
|
|
|
|