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