23 lines
649 B
Bash
23 lines
649 B
Bash
# Template file for 'caddy'
|
|
pkgname=caddy
|
|
version=1.0.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/caddyserver/caddy
|
|
go_package="${go_import_path}/caddy"
|
|
hostmakedepends="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/caddyserver/caddy/archive/v${version}.tar.gz"
|
|
checksum=7cbd80c798a0db4195381f730f5409680c6e1239fbc06295b90b34f666a05692
|
|
|
|
system_accounts="caddy"
|
|
make_dirs="
|
|
/etc/caddy 0700 caddy caddy
|
|
/var/lib/caddy 0700 caddy caddy"
|
|
|
|
post_install() {
|
|
vsv caddy
|
|
}
|