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