18 lines
587 B
Bash
18 lines
587 B
Bash
# Template file for 'torsocks'
|
|
pkgname=torsocks
|
|
version=2.1.0
|
|
revision=1
|
|
hostmakedepends="automake libtool pkg-config"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --prefix=/usr"
|
|
conf_files="/etc/tor/torsocks.conf"
|
|
short_desc="A transparent socks proxy for use with tor"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://gitweb.torproject.org/torsocks.git"
|
|
distfiles="https://github.com/dgoulet/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=a72c3ea757f5fe81d1ab91e0d5f0d83f195e235aae66d4df2f88a20db7028104
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|