22 lines
593 B
Plaintext
22 lines
593 B
Plaintext
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
|
pkgname=redxen-config-influxdb
|
|
pkgver=2020.12.29
|
|
pkgrel=0
|
|
pkgdesc="InfluxDB backend configuration"
|
|
url="https://git.redxen.eu/RedXen"
|
|
arch="noarch"
|
|
license="none"
|
|
depends="influxdb"
|
|
source="
|
|
influxdb.conf
|
|
"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -dm700 "$pkgdir"/var/lib/influxdb
|
|
install -Dm644 influxdb.conf "$pkgdir"/etc/influxdb/redxen.conf
|
|
}
|
|
|
|
sha512sums="e251c8e25fb0d4a258f17425d277553d65a0b4b078c60ceec973bb421fdda42130d0e9cb38a70a85f5258407b02219ce9f79e551908a9f8e593a00852f5f81b4 influxdb.conf"
|