1 # Contributor: Thomas Mudrunka <harvie@@email..cz>
2 # Maintainer: Thomas Mudrunka <harvie@@email..cz>
3 # You can also contact me on http://blog.harvie.cz/
8 pkgdesc="Tool from ITAR.IANA. Takes a set of DS records, and fetches the DNSKEYs that match. Used for DNSSEC software that only accepts keys as trust anchors, rather than DS records."
9 url="https://itar.iana.org/instructions/"
12 depends=(python python-dnspython)
13 source=(https://itar.iana.org/_misc/${pkgname})
14 md5sums=('b57c5683bbb863a3382303f4ef61a689')
17 mkdir -p "${pkgdir}/usr/bin/"
18 cp "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/"
19 chmod -R 755 "${pkgdir}"