New package: sniproxy-0.4.0
This commit is contained in:
parent
418f939500
commit
6a4a3eada9
1 changed files with 17 additions and 0 deletions
17
srcpkgs/sniproxy/template
Normal file
17
srcpkgs/sniproxy/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'sniproxy'
|
||||
pkgname=sniproxy
|
||||
version=0.4.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool autoconf pkg-config udns-devel"
|
||||
makedepends="gettext-devel libev-devel pcre-devel"
|
||||
short_desc="Proxies incoming HTTP and TLS connections based on the hostname"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/dlundquist/$pkgname"
|
||||
distfiles="$homepage/archive/$version.tar.gz"
|
||||
checksum=d842a428480c7cdd7354080869e4ed3c8bb35a6c1b2124ce832378119774e4d8
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
Loading…
Reference in a new issue