New package: hitch-1.4.1

Closes: #4818 [via git-merge-pr]
This commit is contained in:
Jannis Christ 2016-09-22 21:04:29 +02:00 committed by Toyam Cox
parent b3ca994949
commit e6075f0777
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,3 @@
You will be unable to use hitch until you copy the example configuration from
/usr/share/doc/hitch/hitch.conf.example to /etc/hitch.conf and modify to suit
your needs.

2
srcpkgs/hitch/files/hitch/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec hitch -u _hitch --config=/etc/hitch.conf

20
srcpkgs/hitch/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'hitch'
pkgname=hitch
version=1.4.1
revision=1
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
}