From e6075f0777b23b9d259263ca4d648ae12cdcc1a0 Mon Sep 17 00:00:00 2001 From: Jannis Christ Date: Thu, 22 Sep 2016 21:04:29 +0200 Subject: [PATCH] New package: hitch-1.4.1 Closes: #4818 [via git-merge-pr] --- srcpkgs/hitch/INSTALL.msg | 3 +++ srcpkgs/hitch/files/hitch/run | 2 ++ srcpkgs/hitch/template | 20 ++++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 srcpkgs/hitch/INSTALL.msg create mode 100755 srcpkgs/hitch/files/hitch/run create mode 100644 srcpkgs/hitch/template diff --git a/srcpkgs/hitch/INSTALL.msg b/srcpkgs/hitch/INSTALL.msg new file mode 100644 index 00000000000..e6890bf6c3b --- /dev/null +++ b/srcpkgs/hitch/INSTALL.msg @@ -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. diff --git a/srcpkgs/hitch/files/hitch/run b/srcpkgs/hitch/files/hitch/run new file mode 100755 index 00000000000..bd09afdb426 --- /dev/null +++ b/srcpkgs/hitch/files/hitch/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec hitch -u _hitch --config=/etc/hitch.conf diff --git a/srcpkgs/hitch/template b/srcpkgs/hitch/template new file mode 100644 index 00000000000..9543962c362 --- /dev/null +++ b/srcpkgs/hitch/template @@ -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 " +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 +}