# iana-etc - /etc/services and /etc/protocols
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=iana-etc
version=20260723
release=1
desc="/etc/services and /etc/protocols"
url="https://www.iana.org/"
license="MIT"
depend=""
makedepend=""
source="https://github.com/Mic92/iana-etc/releases/download/20260723/iana-etc-20260723.tar.gz"
sha256="SKIP"

build() {
	cd "iana-etc-20260723"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "iana-etc-20260723"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
