# Template file for 'alertmanager' pkgname=alertmanager version=0.28.1 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 ie. Prometheus server" conf_files="/etc/alertmanager.yml" maintainer="Toyam Cox " license="Apache-2.0" homepage="https://github.com/prometheus/alertmanager" distfiles="https://github.com/prometheus/alertmanager/archive/v${version}.tar.gz" checksum=af1a0090fa351fdc21e894278f3690cfd82575ad9354c32a76489b3d50ee6fa2 system_accounts="_alertmanager" make_dirs="/var/lib/alertmanager 700 _alertmanager _alertmanager" make_check=no # Tests needs a alertmanager instance post_install() { vconf doc/examples/simple.yml alertmanager.yml vsv alertmanager }