#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=iana-etc pkgver=20231018 _protocols=protocol-numbers-20231019 _ports=service-names-port-numbers-${pkgver} pkgrel=01 pkgdesc='/etc/protocols and /etc/services provided by IANA' url='https://www.iana.org/protocols' backup=('etc/'{protocols,services}) source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml" "https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml" 'LICENSE') # Original but unversioned IANA files: # https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml # https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml package() { cd "${srcdir}" install -d "${pkgdir}/etc" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE" install -Dm644 ${_ports}.xml "${pkgdir}/usr/share/iana-etc/port-numbers.iana" install -Dm644 ${_protocols}.xml "${pkgdir}/usr/share/iana-etc/protocol-numbers.iana" gawk -F"[<>]" ' BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" } (/ "${pkgdir}/etc/protocols" gawk -F"[<>]" ' BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" } (/ "${pkgdir}/etc/services" } #---- arch license gpg-key & sha256sums ---- arch=('any') license=('custom:none') sha256sums=(750bc8b2a6cf933b32f5c156f64356a79e9a528dc10404750c2278bd768bb77c # service-names-port-numbers-20231018.xml f1148568cc32d07018af6ab0b005c1c77e06273e3c4fd4622cc381e64fd70d7c # protocol-numbers-20231019.xml dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb) # LICENSE ## 6e5ee539d6400d29498780fa829e4fd7443ccb41089be85886bffa8efa5100fc iana-etc-20231018-01-any.pkg.tar.lz