# Template file for 'torsocks'
pkgname=torsocks
version=2.5.0
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libtool pkg-config"
depends="tor"
conf_files="/etc/tor/torsocks.conf"
short_desc="Transparent socks proxy for use with tor"
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
license="GPL-2.0-only"
homepage="https://gitlab.torproject.org/tpo/core/torsocks"
changelog="https://gitlab.torproject.org/tpo/core/torsocks/-/raw/main/ChangeLog"
distfiles="https://gitlab.torproject.org/tpo/core/torsocks/-/archive/v${version}/torsocks-v${version}.tar.bz2"
checksum=31a917328b221e955230b7663abfbc50d3a9b445a68cb0313c11cf884f8cb41f

pre_configure() {
	autoreconf -fi
}
