Alex Denes
8df9fdc4ab
- More templating and inheritance - New commands + rx_replace + rx_install + rx_cpkgdir - More transparency with secrets being sourced as variables and replaced - Modularization of configs + telegraf + nginx (partial) + fastd + wireguard + unbound - Split of unbound configurations and bind zones - Bumping of key versions (rolling keys) + ZSK/KSK + OpenDKIM - Relaxed permission defaults and other smaller tweaks...
23 lines
656 B
Plaintext
23 lines
656 B
Plaintext
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
|
|
|
. ../APKBUILD-data.template
|
|
|
|
pkgver=2021.06.01.03
|
|
pkgrel=0
|
|
_commit="d2eafb66f5d082f0d492e21cc07bb6636767ff7c"
|
|
source="https://git.redxen.eu/RedXen/haproxy-errpages/archive/$_commit.tar.gz"
|
|
builddir="$srcdir/haproxy-errpages"
|
|
_rx_installdir="/etc/redxen/haproxy/errorpages"
|
|
_rx_fperm=444 # Public, static resources
|
|
|
|
package() {
|
|
for i in *.http; do
|
|
rx_install "$i"
|
|
done
|
|
}
|
|
|
|
sha512sums="
|
|
3b1f8e8273d25bae611715476806011191d4bf85c86149dd279d950b48c0da70ddd838cbb8ffb79513a9b75cbc493e9ab4128edc66ead50c354201f99b7f6d45 d2eafb66f5d082f0d492e21cc07bb6636767ff7c.tar.gz
|
|
"
|