New package: ssl_exporter-0.6.0
This commit is contained in:
committed by
Michael Aldridge
parent
02a1d43b95
commit
4d011d4a67
4
srcpkgs/ssl_exporter/files/ssl_exporter/run
Normal file
4
srcpkgs/ssl_exporter/files/ssl_exporter/run
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -r ./conf ] && . ./conf
|
||||
exec chpst -u nobody ssl_exporter $OPTS
|
||||
16
srcpkgs/ssl_exporter/template
Normal file
16
srcpkgs/ssl_exporter/template
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user