14 lines
531 B
Bash
14 lines
531 B
Bash
|
# Template file for 'proxychains-ng'
|
||
|
pkgname=proxychains-ng
|
||
|
version=4.11
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
make_install_target="install install-config"
|
||
|
conf_files="/etc/proxychains.conf"
|
||
|
short_desc="A hook preloader to redirect TCP traffic through SOCKS or HTTP proxies"
|
||
|
maintainer="David <kalichakra@zoho.com>"
|
||
|
license="GPL-2"
|
||
|
homepage="http://github.com/rofl0r/proxychains-ng"
|
||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||
|
checksum="dcc4149808cd1fb5d9663cc09791f478805816b1f017381f424414c47f6376b6"
|