vp-build/srcpkgs/torsocks/template

19 lines
581 B
Bash

# Template file for 'torsocks'
pkgname=torsocks
version=2.3.0
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libtool pkg-config"
conf_files="/etc/tor/torsocks.conf"
short_desc="A transparent socks proxy for use with tor"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://gitweb.torproject.org/torsocks.git"
distfiles="https://github.com/dgoulet/${pkgname}/archive/v${version}.tar.gz"
checksum=817c143e8a9d217f41a223a85139c6ca28e1b99556c547fcdb4c72dbc170b6c9
pre_configure() {
autoreconf -fi
}