[arch-commits] Commit in dnssec-anchors/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 13 17:17:50 UTC 2019


    Date: Wednesday, November 13, 2019 @ 17:17:50
  Author: foutrelis
Revision: 368323

archrelease: copy trunk to staging-any

Added:
  dnssec-anchors/repos/staging-any/
  dnssec-anchors/repos/staging-any/LICENSE
    (from rev 368322, dnssec-anchors/trunk/LICENSE)
  dnssec-anchors/repos/staging-any/PKGBUILD
    (from rev 368322, dnssec-anchors/trunk/PKGBUILD)

----------+
 LICENSE  |    1 +
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

Copied: dnssec-anchors/repos/staging-any/LICENSE (from rev 368322, dnssec-anchors/trunk/LICENSE)
===================================================================
--- staging-any/LICENSE	                        (rev 0)
+++ staging-any/LICENSE	2019-11-13 17:17:50 UTC (rev 368323)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: dnssec-anchors/repos/staging-any/PKGBUILD (from rev 368322, dnssec-anchors/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2019-11-13 17:17:50 UTC (rev 368323)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Thomas Mudrunka <harvie at email.cz>
+# Contributor: m4xm4n <max at maxfierke.com>
+
+pkgname=dnssec-anchors
+pkgver=20190629
+pkgrel=2
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='https://data.iana.org/root-anchors/'
+license=('custom:none')
+arch=('any')
+makedepends=('unbound')
+source=('LICENSE')
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+prepare() {
+	cd "${srcdir}"
+
+	unbound-anchor -v -a root.key ||
+	unbound-anchor -v -a root.key
+
+	unbound-host -v -f root.key -t DNSKEY . |
+	sed 's/ (secure)//;t;d' |
+	sed 's/ has / IN /' |
+	sed 's/ record / /' \
+	> trusted-key.key
+}
+
+package() {
+	cd "${srcdir}"
+	install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
+	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list