New package: ssl_exporter-0.6.0

This commit is contained in:
Michael Aldridge 2020-02-24 22:40:43 -08:00 committed by Michael Aldridge
parent 02a1d43b95
commit 4d011d4a67
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#!/bin/sh
[ -r ./conf ] && . ./conf
exec chpst -u nobody ssl_exporter $OPTS

View file

@ -0,0 +1,16 @@
# Template file for 'ssl_exporter'
pkgname=ssl_exporter
version=0.6.0
revision=1
build_style=go
go_import_path=github.com/ribbybibby/ssl_exporter
short_desc="Exports Prometheus metrics for SSL certificates"
maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
license="Apache-2.0"
homepage="https://github.com/ribbybibby/ssl_exporter"
distfiles="https://github.com/ribbybibby/ssl_exporter/archive/v$version.tar.gz"
checksum=f9604a103d90c145a1fd19d92eca853e4bfbda46cc130445fa5085b08eb1d353
post_install() {
vsv ssl_exporter
}