summaryrefslogtreecommitdiff
path: root/iana-etc/Pkgfile
blob: 5219ad125c292cc44a3371272033405af1ee0469 (plain)
    1 # Description: Services and protocols files for /etc
    2 # URL: https://www.iana.org/
    3 # Maintainer: CRUX System Team, core-ports at crux dot nu
    4 
    5 name=iana-etc
    6 version=20221106
    7 release=1
    8 source=(services protocols update.sh)
    9 
   10 build() {
   11 	install -d -m 755 $PKG/etc
   12 	install -m 644 {services,protocols} $PKG/etc
   13 }

Generated by cgit