void-packages/srcpkgs/hitch/template

23 lines
614 B
Bash
Raw Normal View History

# Template file for 'hitch'
pkgname=hitch
2017-02-16 06:39:10 +00:00
version=1.4.4
2017-04-11 15:32:22 +00:00
revision=2
build_style=gnu-configure
2016-11-11 17:52:24 +00:00
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"
2016-11-30 13:22:08 +00:00
homepage="https://hitch-tls.org/"
distfiles="https://hitch-tls.org/source/hitch-${version}.tar.gz"
2017-02-16 06:39:10 +00:00
checksum=5b4e8deeaafa6ae3998b24af035c8df9bd25e6527c4e1811645f53368da69eab
system_accounts="_hitch"
post_install() {
vman hitch.8
2016-11-30 13:22:08 +00:00
vman hitch.conf.5
vlicense LICENSE
vsv hitch
}