17 lines
530 B
Bash
17 lines
530 B
Bash
# Template file for 'ssl_exporter'
|
|
pkgname=ssl_exporter
|
|
version=2.1.1
|
|
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=570875ad6497657e50c097cc5d88eaf06f60b3023bef3abc0e8ca76f8f1b497d
|
|
|
|
post_install() {
|
|
vsv ssl_exporter
|
|
}
|