2020-11-01 14:28:32 +00:00
|
|
|
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
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
|
2021-06-19 21:10:03 +00:00
|
|
|
pkgrel=5
|
2021-06-01 23:17:41 +00:00
|
|
|
depends="$depends $_rx_pkgname-openrc"
|
2021-01-27 00:05:48 +00:00
|
|
|
source="conffile"
|
2020-11-01 14:28:32 +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-01 14:28:32 +00:00
|
|
|
}
|
2021-01-27 00:05:48 +00:00
|
|
|
|
2021-06-01 23:17:41 +00:00
|
|
|
sha512sums="
|
|
|
|
3caab74b7640641965e4d485c105ebe71d0a527a9fc36799ca4181323b0e668599bc108f98e012f0a2ad18dd2ab977cf313f15a0ca029267d724c29d79e7855a conffile
|
|
|
|
"
|