aports/config/haproxy/APKBUILD

18 lines
520 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
_svcname=haproxy
. ../APKBUILD-config.common
2021-03-20 13:20:26 +00:00
pkgver=2021.03.20
pkgrel=4
depends="redxen-secret-letsencrypt-full redxen-data-haproxy-errorpages"
#checkdepends="haproxy"
2021-02-07 21:36:32 +00:00
source="main.cfg"
2020-10-31 15:34:48 +00:00
2021-02-07 21:36:32 +00:00
#check() {
# haproxy -c -f main.cfg # Certificates aren't readable by the building user
#}
2020-10-31 15:34:48 +00:00
sha512sums="dba35422a8a599a2c8d96899cdd57108f71af700b965a609953b079418efa0bb84b1955cc548e9802bda585a3bec16fd6d0d2e6f49214ee96f978fae0a19afdb main.cfg"