fix: backup etc/conf.d/prometheus-x509-certificate-exporter
This commit is contained in:
parent
1d438cfda5
commit
02b500c76f
3
.SRCINFO
3
.SRCINFO
@ -1,13 +1,14 @@
|
|||||||
pkgbase = prometheus-x509-certificate-exporter
|
pkgbase = prometheus-x509-certificate-exporter
|
||||||
pkgdesc = metric exporter for x509 certificates
|
pkgdesc = metric exporter for x509 certificates
|
||||||
pkgver = 3.6.0
|
pkgver = 3.6.0
|
||||||
pkgrel = 4
|
pkgrel = 5
|
||||||
url = https://github.com/enix/x509-certificate-exporter
|
url = https://github.com/enix/x509-certificate-exporter
|
||||||
arch = armv7h
|
arch = armv7h
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = go
|
makedepends = go
|
||||||
|
backup = etc/conf.d/prometheus-x509-certificate-exporter
|
||||||
source = https://github.com/enix/x509-certificate-exporter/archive/refs/tags/v3.6.0.zip
|
source = https://github.com/enix/x509-certificate-exporter/archive/refs/tags/v3.6.0.zip
|
||||||
source = prometheus-x509-certificate-exporter
|
source = prometheus-x509-certificate-exporter
|
||||||
source = systemd.service
|
source = systemd.service
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -3,12 +3,16 @@
|
|||||||
pkgname=prometheus-x509-certificate-exporter
|
pkgname=prometheus-x509-certificate-exporter
|
||||||
_pkgname=x509-certificate-exporter
|
_pkgname=x509-certificate-exporter
|
||||||
pkgver=3.6.0
|
pkgver=3.6.0
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="metric exporter for x509 certificates"
|
pkgdesc="metric exporter for x509 certificates"
|
||||||
arch=('armv7h' 'aarch64' 'x86_64')
|
arch=('armv7h' 'aarch64' 'x86_64')
|
||||||
url="https://github.com/enix/$_pkgname"
|
url="https://github.com/enix/$_pkgname"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('go')
|
makedepends=('go')
|
||||||
|
backup=(
|
||||||
|
etc/conf.d/prometheus-x509-certificate-exporter
|
||||||
|
)
|
||||||
|
|
||||||
source=(
|
source=(
|
||||||
"$url/archive/refs/tags/v$pkgver.zip"
|
"$url/archive/refs/tags/v$pkgver.zip"
|
||||||
'prometheus-x509-certificate-exporter'
|
'prometheus-x509-certificate-exporter'
|
||||||
|
Loading…
Reference in New Issue
Block a user