22 lines
614 B
Bash
22 lines
614 B
Bash
# Template file for 'hitch'
|
|
pkgname=hitch
|
|
version=1.4.8
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="ac_cv_so_reuseport_works=yes"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libev-devel libressl-devel"
|
|
short_desc="Libev-based high performance SSL/TLS proxy"
|
|
maintainer="Jannis Christ <hello@jannis.ovh>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://hitch-tls.org/"
|
|
distfiles="https://hitch-tls.org/source/hitch-${version}.tar.gz"
|
|
checksum=d52ba690d90c25bbfca73f5e0ed427738366dac12faf46fb5834e497cc2d1ac3
|
|
system_accounts="_hitch"
|
|
|
|
post_install() {
|
|
vman hitch.8
|
|
vman hitch.conf.5
|
|
vlicense LICENSE
|
|
vsv hitch
|
|
}
|