0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-10-02 08:39:43 +00:00
Files
termux-packages/packages/torsocks/build.sh
Biswapriyo Nath 1aa42cf4c1 bump(main/torsocks): 2.5.0
Remove torsocks-2.4.0-clang16.patch file which was added in upstream.
1171bf2fd4
2025-04-23 06:30:13 +00:00

14 lines
540 B
Bash

TERMUX_PKG_HOMEPAGE=https://gitlab.torproject.org/tpo/core/torsocks
TERMUX_PKG_DESCRIPTION="Wrapper to safely torify applications"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.5.0"
TERMUX_PKG_SRCURL=https://gitlab.torproject.org/tpo/core/torsocks/-/archive/v${TERMUX_PKG_VERSION}/torsocks-v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=0fc8e18f2dc2e12f1129054f6d5acc7ecc3f0345bb57ed653fc8c6674e6ecc7e
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="tor"
termux_step_pre_configure() {
./autogen.sh
}