New package: redsocks-0.5

This commit is contained in:
cipr3s 2017-01-10 19:38:13 +01:00
parent 06b70f7256
commit 9deecba24b

22
srcpkgs/redsocks/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'redsocks'
pkgname=redsocks
version=0.5
revision=1
build_style=gnu-makefile
wrksrc="${pkgname}-release-${version}"
makedepends="libevent-devel"
short_desc="Transparent redirector of any TCP connection to a SOCKS or HTTP proxy"
maintainer="cipr3s <cipr3s@gmx.com>"
license="Apache-2.0"
homepage="https://github.com/darkk/redsocks"
distfiles="${homepage}/archive/release-${version}.tar.gz"
checksum="bbeb531d7f1986d7102f1bd6733dacce41d3f3ba7d604f1aab61c63e0ba2ee62"
do_install() {
$XBPS_FETCH_CMD http://www.apache.org/licenses/LICENSE-2.0
vsconf redsocks.conf.example
vdoc README
vbin redsocks
vlicense LICENSE-2.0 LICENSE
}