void-packages/srcpkgs/ssl_exporter/template
2020-02-25 23:29:59 -08:00

17 lines
530 B
Bash

# 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
}