void-packages/srcpkgs/hitch/template
2016-11-11 17:52:24 +00:00

21 lines
594 B
Bash

# Template file for 'hitch'
pkgname=hitch
version=1.4.2
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=b67576d370b31c7c1eb2756e8e88e501984e46b3aa704ade62084ed8d4c97f7f
system_accounts="_hitch"
post_install() {
vman hitch.8
vlicense LICENSE
vsv hitch
}