aports/openrc/haproxy/APKBUILD

20 lines
452 B
Plaintext
Raw Normal View History

2020-11-01 14:28:32 +00:00
# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
. ../APKBUILD-openrc.template
pkgver=2021.06.01.03
2021-06-19 21:10:03 +00:00
pkgrel=5
depends="$depends $_rx_pkgname-openrc"
source="conffile"
2020-11-01 14:28:32 +00:00
package() {
rx_openrc_runlevel_add
rx_openrc_runfile_link
rx_openrc_conffile_install
2020-11-01 14:28:32 +00:00
}
sha512sums="
7bbbf041af650be8a9e33d36cbd722713b62f231d3effb60eb70d82587c407b21121e44806473875cf19180bbfc92e925085c5c2a53b3d959c1ccb75af52c935 conffile
"