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
|
|
|
_svcname=haproxy
|
|
|
|
_grpname=http
|
|
|
|
|
|
|
|
. ../APKBUILD-openrc.common
|
|
|
|
|
|
|
|
pkgver=2021.01.26
|
2020-12-07 15:46:31 +00:00
|
|
|
pkgrel=1
|
2021-01-27 00:05:48 +00:00
|
|
|
depends="$depends $_svcname-openrc"
|
|
|
|
source="conffile"
|
2020-11-01 14:28:32 +00:00
|
|
|
|
|
|
|
package() {
|
2021-02-08 16:04:16 +00:00
|
|
|
openrc_rx_add_to_runlevel
|
|
|
|
openrc_rx_link_original
|
|
|
|
openrc_rx_install_conffile
|
2020-11-01 14:28:32 +00:00
|
|
|
}
|
2021-01-27 00:05:48 +00:00
|
|
|
|
2020-12-07 15:46:31 +00:00
|
|
|
sha512sums="e859523acf4444958744bd235b0d08a7dae0058290fa9fd9b12c29dec192bc25cf1bebba3e8c56ff2df305ee3878349871af70c475bcc8f545dbccbd9b7b338b conffile"
|