aports/openrc/minetest/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
524 B
Plaintext

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