mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
torsocks: depends on tor, adopt.
This commit is contained in:
parent
1bc774fc7b
commit
496633de79
1 changed files with 4 additions and 2 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'torsocks'
|
# Template file for 'torsocks'
|
||||||
pkgname=torsocks
|
pkgname=torsocks
|
||||||
version=2.4.0
|
version=2.4.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
|
depends="tor"
|
||||||
conf_files="/etc/tor/torsocks.conf"
|
conf_files="/etc/tor/torsocks.conf"
|
||||||
short_desc="Transparent socks proxy for use with tor"
|
short_desc="Transparent socks proxy for use with tor"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://gitlab.torproject.org/tpo/core/torsocks"
|
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"
|
distfiles="https://gitlab.torproject.org/tpo/core/torsocks/-/archive/v${version}/torsocks-v${version}.tar.bz2"
|
||||||
checksum=54b2e3255b697fb69bb92388376419bcef1f94d511da3980f9ed5cd8a41df3a8
|
checksum=54b2e3255b697fb69bb92388376419bcef1f94d511da3980f9ed5cd8a41df3a8
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue