New package: bird_exporter-1.2.4

This commit is contained in:
Leah Neukirchen 2020-08-25 17:49:33 +02:00
parent 6b48ada46f
commit 5d53e14a62
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec bird_exporter ${OPTS:=-bird.v2 -format.new}

View File

@ -0,0 +1,23 @@
# Template file for 'bird_exporter'
pkgname=bird_exporter
version=1.2.4
revision=1
build_style=go
go_import_path="github.com/czerwonk/bird_exporter"
hostmakedepends="pandoc"
depends="bird"
short_desc="Metric exporter for BIRD routing daemon to use with Prometheus"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/czerwonk/bird_exporter"
distfiles="https://github.com/czerwonk/bird_exporter/archive/${version}.tar.gz"
checksum=99498bb8a47e2dbb496830099a550df0bf0d4b53f3e7ccd309689c54f5ffae72
post_build() {
pandoc -s -t man bird_exporter.1.md -o bird_exporter.1
}
post_install() {
vman bird_exporter.1
vsv bird_exporter
vlicense LICENSE
}