vp-build/srcpkgs/hitch/template

23 lines
614 B
Bash

# Template file for 'hitch'
pkgname=hitch
version=1.4.6
revision=1
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="2-clause-BSD"
homepage="https://hitch-tls.org/"
distfiles="https://hitch-tls.org/source/hitch-${version}.tar.gz"
checksum=b095e465f0fc37c5e46cfc0fbcf987ba90ed660caf7f559547df8dea985fec2b
system_accounts="_hitch"
post_install() {
vman hitch.8
vman hitch.conf.5
vlicense LICENSE
vsv hitch
}