20 lines
548 B
Bash
20 lines
548 B
Bash
# Template file for 'hitch'
|
|
pkgname=hitch
|
|
version=1.4.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
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=d6118a3bf0325fc7d7635eec2c467364ac4bac3c7584b2f194067714ba36453d
|
|
system_accounts="_hitch"
|
|
|
|
post_install() {
|
|
vman hitch.8
|
|
vlicense LICENSE
|
|
vsv hitch
|
|
}
|