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.07.04.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="
7ac14a7902c5548abc487696db5df21c0854b58b6dd2bdf298758cf23b5b67ff62b65d888f6cd0b0c83f072ff9117b122b50218963382f93c3e60e1e0a0e9f55 main.cfg
"