void-packages/srcpkgs/prometheus/template
2019-07-09 09:33:13 +02:00

36 lines
1.3 KiB
Bash

# Template file for 'prometheus'
pkgname=prometheus
version=2.10.0
revision=1
build_style=go
go_import_path="github.com/prometheus/prometheus"
go_package="github.com/prometheus/prometheus/cmd/prometheus github.com/prometheus/prometheus/cmd/promtool"
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"
conf_files="/etc/prometheus/prometheus.yml"
short_desc="Monitoring system and time series database"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="Apache-2.0"
homepage="https://prometheus.io/"
distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz"
checksum=0362f4aa2fb44cc2c572df140da742bdf99fe9f338157a83f6634694fd693000
system_accounts="_prometheus"
make_dirs="/var/lib/prometheus 700 _prometheus _prometheus"
post_install() {
vlicense LICENSE
vlicense NOTICE
vmkdir etc/prometheus
vmkdir usr/share/doc/prometheus
vmkdir usr/share/examples/prometheus
vcopy consoles etc/prometheus
vcopy console_libraries etc/prometheus
vcopy documentation/examples/* usr/share/examples/prometheus/
vcopy documentation/examples/prometheus.yml etc/prometheus/
vcopy documentation/images usr/share/doc/prometheus/
vsv prometheus
}