24 lines
634 B
Bash
24 lines
634 B
Bash
# Template file for 'caddy'
|
|
pkgname=caddy
|
|
version=0.11.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=5f95c5dc8e0d6a63ae067bdfa42f78a4ca467cfff5407934582f1133ffcda532
|
|
|
|
system_accounts="caddy"
|
|
make_dirs="
|
|
/etc/caddy 0700 caddy caddy
|
|
/var/lib/caddy 0700 caddy caddy"
|
|
|
|
post_install() {
|
|
vsv caddy
|
|
}
|