2020-11-20 16:31:49 +00:00
|
|
|
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
|
|
|
pkgname=redis-redxen-config
|
2020-12-07 15:46:31 +00:00
|
|
|
pkgver=2020.12.7
|
2020-11-20 16:31:49 +00:00
|
|
|
pkgrel=0
|
|
|
|
pkgdesc="Redis backend configuration"
|
|
|
|
url="https://git.redxen.eu/RedXen"
|
|
|
|
arch="noarch"
|
|
|
|
license="none"
|
|
|
|
depends="redis"
|
|
|
|
source="
|
|
|
|
redis.conf
|
|
|
|
"
|
|
|
|
options="!check" # Redis doesn't have a configuration test tool
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -dm700 "$pkgdir"/databases/redis
|
|
|
|
install -Dm644 redis.conf "$pkgdir"/etc/redis/redxen.conf
|
|
|
|
}
|
|
|
|
|
|
|
|
sha512sums="adb6db59185f5255098073a6b41213f4980a7ca939d39f5b8d2b5437be5d929ab11506bc9be94cebbae29b4564ce63c7f2eb83ed27723c67b85f4a56d437eb61 redis.conf"
|