21 lines
476 B
Plaintext
21 lines
476 B
Plaintext
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
|
_rx_openrc_grpname=http
|
|
|
|
. ../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="
|
|
f0025e5c945acce85b558804463c86dd5afbc5d83bcf18bd91c4fe064fa6ef39ccef906683ca549c5042e83f63a00776804c837e26272a68d71305d0796c2774 conffile
|
|
"
|