blackbox_exporter: remove broken= variable.

Also removes git dependency. Not needed since dependencies are
vendored.
This commit is contained in:
Noel Cower 2018-12-19 23:48:12 -08:00 committed by maxice8
parent 9df3dc967c
commit d3f738127e

View file

@ -8,7 +8,6 @@ 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"
hostmakedepends="git"
short_desc="Allows blackbox probing of endpoints over HTTP, DNS, TCP and ICMP"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="Apache-2.0"
@ -24,5 +23,3 @@ post_install() {
vdoc CONFIGURATION.md
vsv blackbox_exporter
}
broken="upstream checksum problems"