26 lines
905 B
Bash
26 lines
905 B
Bash
# Template file for 'blackbox_exporter'
|
|
pkgname=blackbox_exporter
|
|
version=0.18.0
|
|
revision=3
|
|
build_style=go
|
|
go_import_path="github.com/prometheus/blackbox_exporter"
|
|
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="Allows blackbox probing of endpoints over HTTP, DNS, TCP and ICMP"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://prometheus.io"
|
|
changelog="https://github.com/prometheus/blackbox_exporter/releases"
|
|
distfiles="https://github.com/prometheus/blackbox_exporter/archive/v${version}.tar.gz"
|
|
checksum=b41f1301c991c0d0011652e2093588521925d1960c6f7649f96edecbf1aadfb8
|
|
|
|
system_accounts="_bbox_exporter"
|
|
|
|
post_install() {
|
|
vsconf example.yml
|
|
vdoc CONFIGURATION.md
|
|
vsv blackbox_exporter
|
|
}
|