2016-09-22 19:04:29 +00:00
|
|
|
# Template file for 'hitch'
|
|
|
|
pkgname=hitch
|
2016-11-30 13:22:08 +00:00
|
|
|
version=1.4.3
|
2016-11-11 17:40:07 +00:00
|
|
|
revision=1
|
2016-09-22 19:04:29 +00:00
|
|
|
build_style=gnu-configure
|
2016-11-11 17:52:24 +00:00
|
|
|
configure_args="ac_cv_so_reuseport_works=yes"
|
2016-09-22 19:04:29 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libev-devel libressl-devel"
|
|
|
|
short_desc="Libev-based high performance SSL/TLS proxy"
|
|
|
|
maintainer="Jannis Christ <hello@jannis.ovh>"
|
|
|
|
license="2-clause-BSD"
|
2016-11-30 13:22:08 +00:00
|
|
|
homepage="https://hitch-tls.org/"
|
2016-09-22 19:04:29 +00:00
|
|
|
distfiles="https://hitch-tls.org/source/hitch-${version}.tar.gz"
|
2016-11-30 13:22:08 +00:00
|
|
|
checksum=ae193d31d8f4ec6214f42793b5108b65fa815482aec70be09b80dd346757dcb8
|
2016-09-22 19:04:29 +00:00
|
|
|
system_accounts="_hitch"
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vman hitch.8
|
2016-11-30 13:22:08 +00:00
|
|
|
vman hitch.conf.5
|
2016-09-22 19:04:29 +00:00
|
|
|
vlicense LICENSE
|
|
|
|
vsv hitch
|
|
|
|
}
|