2020-11-20 16:31:49 +00:00
|
|
|
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
2021-06-01 23:17:41 +00:00
|
|
|
_rx_openrc_grpname=database
|
2021-01-27 00:05:48 +00:00
|
|
|
|
2021-06-01 23:17:41 +00:00
|
|
|
. ../APKBUILD-openrc.template
|
2021-01-27 00:05:48 +00:00
|
|
|
|
2021-06-01 23:17:41 +00:00
|
|
|
pkgver=2021.06.01.03
|
|
|
|
pkgrel=0
|
|
|
|
depends="$depends $_rx_pkgname-openrc"
|
2021-01-27 00:05:48 +00:00
|
|
|
source="conffile"
|
2020-11-20 16:31:49 +00:00
|
|
|
|
|
|
|
package() {
|
2021-06-01 23:17:41 +00:00
|
|
|
rx_openrc_runlevel_add
|
|
|
|
rx_openrc_runfile_link
|
|
|
|
rx_openrc_conffile_install
|
2020-11-20 16:31:49 +00:00
|
|
|
}
|
|
|
|
|
2021-06-01 23:17:41 +00:00
|
|
|
sha512sums="
|
|
|
|
b4cbcd6e89927ed66df571d1b7c29cffe50b242b99057b318f17be50fad26b1d84a1e17d2b268a3ff3a0a9d8336d2f8e12e214ce2489b96cdca50ec6fdea1244 conffile
|
|
|
|
"
|