18 lines
520 B
Plaintext
18 lines
520 B
Plaintext
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
|
_svcname=haproxy
|
|
|
|
. ../APKBUILD-config.common
|
|
|
|
pkgver=2021.02.17
|
|
pkgrel=1
|
|
depends="redxen-secret-letsencrypt-full redxen-data-haproxy-errorpages"
|
|
#checkdepends="haproxy"
|
|
source="main.cfg"
|
|
|
|
#check() {
|
|
# haproxy -c -f main.cfg # Certificates aren't readable by the building user
|
|
#}
|
|
|
|
sha512sums="1caa12adfffcc33ede82c53471c54100908034f869febcced5bf60d6ed8f2fd0fdd5168621d41b454ee83f52da5be69c5849a38834cd1d6a2da9eb1a2ded9982 main.cfg"
|