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
2021-08-11 14:17:40 +00:00
pkgver=2021.08.11.02
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="
2021-08-05 11:07:24 +00:00
efe5e0a599db556ad133abcf940a968370e8d6a21812c6235a421d9706da523aef26a4aad91fe389d8194b7228f44f3adce512d978e9917278ce8ee0a2876193 main.cfg
"