void-packages/srcpkgs/alertmanager/template
2019-05-17 16:28:06 -04:00

26 lines
1,021 B
Bash

# Template file for 'alertmanager'
pkgname=alertmanager
version=0.17.0
revision=1
build_style=go
go_import_path="github.com/prometheus/alertmanager"
go_package="${go_import_path}/cmd/alertmanager ${go_import_path}/cmd/amtool"
go_ldflags="-X ${go_import_path}/version.Version=${version}
-X ${go_import_path}/version.Revision=${version}
-X ${go_import_path}/version.Branch=${version}
-X ${go_import_path}/version.BuildUser=VoidLinux"
short_desc="Handles alerts sent by client applications such as the Prometheus server"
conf_files="/etc/alertmanager.yml"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/prometheus/alertmanager"
distfiles="https://github.com/prometheus/alertmanager/archive/v${version}.tar.gz"
checksum=8254591e058338b31a023f0eb3ab69de9d1547e0a446d28cab4664609793e4a2
system_accounts="_alertmanager"
make_dirs="/var/lib/alertmanager 700 _alertmanager _alertmanager"
post_install() {
vconf doc/examples/simple.yml alertmanager.yml
vsv alertmanager
}