17 lines
451 B
Bash
17 lines
451 B
Bash
# Template file for 'dnssec-anchors'
|
|
pkgname=dnssec-anchors
|
|
version=20170822
|
|
revision=1
|
|
# can be refreshed by a local DNSSEC aware name server.
|
|
conf_files="/etc/dns/root.key"
|
|
short_desc="DNSSEC trust anchors for the root zone"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Public Domain"
|
|
homepage="http://data.iana.org/root-anchors/"
|
|
noarch=yes
|
|
|
|
do_install() {
|
|
# Generate using unbound-anchor(1).
|
|
vinstall ${FILESDIR}/root.key 644 etc/dns
|
|
}
|