aports/config/haproxy/APKBUILD

20 lines
465 B
Plaintext
Raw Normal View History

2020-10-31 15:34:48 +00:00
# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
2021-02-07 21:36:32 +00:00
. ../APKBUILD-config.template
2021-02-07 21:36:32 +00:00
pkgver=2021.08.27.01
pkgrel=0
depends="redxen-secret-letsencrypt-full redxen-data-haproxy-errorpages"
checkdepends="haproxy"
2021-02-07 21:36:32 +00:00
source="main.cfg"
options=""
2020-10-31 15:34:48 +00:00
check() {
haproxy -c -f main.cfg
}
2020-10-31 15:34:48 +00:00
sha512sums="
faa54c311f6682bf783e5d5595a0b24c790adf308fc4ed75aac1a1f4117fbf2e65aaa6149e6ffea10ba06bbf09341f370c7e5b0e6344d4138196cca18cc4e0ba main.cfg
"