2020-11-20 16:31:49 +00:00
|
|
|
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
2020-12-18 20:50:42 +00:00
|
|
|
pkgname=redxen-config-influxdb
|
2020-12-07 15:46:31 +00:00
|
|
|
pkgver=2020.12.7
|
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() {
|
|
|
|
install -dm700 "$pkgdir"/databases/influxdb
|
|
|
|
install -Dm644 influxdb.conf "$pkgdir"/etc/influxdb/redxen.conf
|
|
|
|
}
|
|
|
|
|
2020-12-07 15:46:31 +00:00
|
|
|
sha512sums="3b215a73e8857ab28ab99da9f5ad65cccabb1ffc41569273bccc83197545c498f969c5f78db786916b6132c7c98f6c2e70075b27420adf84ffce182e3f122993 influxdb.conf"
|