aports/configs/influxdb/APKBUILD

22 lines
594 B
Plaintext

# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=redxen-config-influxdb
pkgver=2020.12.7
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"/databases/influxdb
install -Dm644 influxdb.conf "$pkgdir"/etc/influxdb/redxen.conf
}
sha512sums="3b215a73e8857ab28ab99da9f5ad65cccabb1ffc41569273bccc83197545c498f969c5f78db786916b6132c7c98f6c2e70075b27420adf84ffce182e3f122993 influxdb.conf"