parent
b3ca994949
commit
e6075f0777
3
srcpkgs/hitch/INSTALL.msg
Normal file
3
srcpkgs/hitch/INSTALL.msg
Normal 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
2
srcpkgs/hitch/files/hitch/run
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec hitch -u _hitch --config=/etc/hitch.conf
|
20
srcpkgs/hitch/template
Normal file
20
srcpkgs/hitch/template
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user