21 lines
599 B
Bash
21 lines
599 B
Bash
# Template file for 'caddy'
|
|
pkgname=caddy
|
|
version=0.11.1
|
|
revision=2
|
|
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=e24ddb1690a265fb3c40efa5bc720964b85b9d2cad8d994ee4ed6271761984bf
|
|
|
|
system_accounts="caddy"
|
|
make_dirs="/etc/caddy 0700 caddy caddy"
|
|
|
|
post_install() {
|
|
vsv caddy
|
|
}
|