2017-07-02 09:00:57 +02:00
|
|
|
# Template file for 'caddy'
|
|
|
|
pkgname=caddy
|
2018-04-23 13:06:21 +02:00
|
|
|
version=0.10.14
|
2018-04-19 04:06:23 +02:00
|
|
|
revision=1
|
2017-07-02 09:00:57 +02:00
|
|
|
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"
|
2018-04-23 13:06:21 +02:00
|
|
|
checksum=13feb836e85af3525b3e95f42635566f14d171edc9776881f59fbf61fa45d345
|
2017-09-13 23:21:01 +02:00
|
|
|
|
|
|
|
system_accounts="caddy"
|
|
|
|
make_dirs="/etc/caddy 0700 caddy caddy"
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vsv caddy
|
|
|
|
}
|