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-06-02 18:54:42 +00:00
pkgver=2021.06.02.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="
2021-06-02 18:54:42 +00:00
e61aaeb10d902749e8b650392f55fdb35999208dabc99d319c01db9ccba979ad1da825c5fbda24aeef1f7145a334df0170bd3ea2cfd0101d1b0ca885ec5f912c main.cfg
"