aports/configs/influxdb/APKBUILD

22 lines
593 B
Plaintext
Raw Normal View History

2020-11-20 16:31:49 +00:00
# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=redxen-config-influxdb
2020-12-29 18:53:56 +00:00
pkgver=2020.12.29
2020-11-20 16:31:49 +00:00
pkgrel=0
pkgdesc="InfluxDB backend configuration"
url="https://git.redxen.eu/RedXen"
arch="noarch"
license="none"
depends="influxdb"
source="
influxdb.conf
"
options="!check"
package() {
2020-12-29 18:53:56 +00:00
install -dm700 "$pkgdir"/var/lib/influxdb
2020-11-20 16:31:49 +00:00
install -Dm644 influxdb.conf "$pkgdir"/etc/influxdb/redxen.conf
}
2020-12-29 18:53:56 +00:00
sha512sums="e251c8e25fb0d4a258f17425d277553d65a0b4b078c60ceec973bb421fdda42130d0e9cb38a70a85f5258407b02219ce9f79e551908a9f8e593a00852f5f81b4 influxdb.conf"