parent
3a0d325157
commit
f075a47c9a
2 changed files with 19 additions and 0 deletions
5
srcpkgs/caddy/INSTALL
Normal file
5
srcpkgs/caddy/INSTALL
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
case "${ACTION}" in
|
||||||
|
post)
|
||||||
|
setcap CAP_NET_BIND_SERVICE=+ep usr/bin/caddy
|
||||||
|
;;
|
||||||
|
esac
|
14
srcpkgs/caddy/template
Normal file
14
srcpkgs/caddy/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'caddy'
|
||||||
|
pkgname=caddy
|
||||||
|
version=0.10.4
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/mholt/caddy"
|
||||||
|
go_package="${go_import_path}/caddy"
|
||||||
|
makedepends="git"
|
||||||
|
short_desc="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
|
||||||
|
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://caddyserver.com"
|
||||||
|
distfiles="https://github.com/mholt/caddy/archive/v${version}.tar.gz"
|
||||||
|
checksum=411e6bf10520e938712887a31f2132bfd19e2c79543e7aef158f7c77d03ae2bf
|
Loading…
Reference in a new issue