mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
Merge pull request #5500 from cipr3s/redsocks
New package: redsocks-0.5
This commit is contained in:
commit
e66dbacc3f
1 changed files with 22 additions and 0 deletions
22
srcpkgs/redsocks/template
Normal file
22
srcpkgs/redsocks/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue