eth0s/ports/core/iana-etc/Pkgfile
2021-04-18 08:19:42 +08:00

15 lines
340 B
Text
Executable file

# Description: Provides data for network services and protocols
# URL:
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# Depends on:
name=iana-etc
version=20210222
release=1
source=(services protocols)
build() {
install -d -m 755 $PKG/etc
install -m 644 services $PKG/etc
install -m 644 protocols $PKG/etc
}