aports/software-configs/unbound-redxen-config/APKBUILD

34 lines
1.2 KiB
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>
pkgname=unbound-redxen-config
pkgver=1
pkgrel=0
pkgdesc="Unbound configurations and some other stuff."
url="https://git.redxen.eu/RedXen"
arch="noarch"
license="none"
depends="alpine-baselayout unbound ca-certificates-bundle dns-root-hints dnssec-root"
source="
main.conf
base.conf
internal.conf
redxen-dns.conf
"
check() {
/usr/sbin/unbound-checkconf base.conf
/usr/sbin/unbound-checkconf internal.conf
/usr/sbin/unbound-checkconf redxen-dns.conf
}
package() {
install -d "$pkgdir"/etc/unbound
install -Dm644 *.conf "$pkgdir"/etc/unbound
}
sha512sums="0741bc9c6e94a656f35ae452288f0212a2a2df9eda3688a2d3f04012d686adee5f03e3e9f4c72685626f672baaacbd00be71ee0d8699989f47abfd34b72b2b3d main.conf
2020-11-01 14:28:32 +00:00
598ad87d4dfed44d9711fb8164610306907454a3aea3333dc16a098839d9217e86d65075d9a4c3b0ca03d283059d05e99cbd7e9fba9a61b706f99ed356fffb08 base.conf
528cfdbd0b38a77179e1aaf13df606ec5172a4e9273c97566709a8b7a3c08464085009a97013dd1e3d721b35d93a2d4a8f73d51cbc795b610a2e878313b324a5 internal.conf
2020-10-31 15:34:48 +00:00
dc2ea0e9e1d4552927ea78f8cb2754284f3d9ce1c2390b3030e08ed6dfc63162764665579726fef8a27a52f12a89181a5008ccdb0b2f39886e11b2c898e0fc12 redxen-dns.conf"