aports/openrc/redis/APKBUILD
Alex Denes 8df9fdc4ab
Reorganization, automation and more
- More templating and inheritance
- New commands
+ rx_replace
+ rx_install
+ rx_cpkgdir
- More transparency with secrets being sourced as variables and replaced
- Modularization of configs
+ telegraf
+ nginx (partial)
+ fastd
+ wireguard
+ unbound
- Split of unbound configurations and bind zones
- Bumping of key versions (rolling keys)
+ ZSK/KSK
+ OpenDKIM
- Relaxed permission defaults
and other smaller tweaks...
2021-06-01 23:17:41 +00:00

21 lines
480 B
Plaintext

# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
_rx_openrc_grpname=database
. ../APKBUILD-openrc.template
pkgver=2021.06.01.03
pkgrel=0
depends="$depends $_rx_pkgname-openrc"
source="conffile"
package() {
rx_openrc_runlevel_add
rx_openrc_runfile_link
rx_openrc_conffile_install
}
sha512sums="
c5bcddc9b8c3883e2e01d2116036ca2a81a17d549ae04464d2c1cdbad765bb76b28886ff2385e3ee63300cfda204837dadd99da9e173c63de45b85425254c84d conffile
"