diff options
author | davidovski <david@davidovski.xyz> | 2021-10-06 17:18:43 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-06 17:18:43 +0100 |
commit | c25b6890891c7ef34e129c8c54efdf2993234aa0 (patch) | |
tree | efce372f0cfbcdb2e4285ef65191cbbf1e3146e1 /xibuilds/iana-etc.xibuild | |
parent | d4cb1386d79c95e7586e7bccad5b0f6c7861cfe8 (diff) |
moved xibuilds to another repo
Diffstat (limited to 'xibuilds/iana-etc.xibuild')
-rw-r--r-- | xibuilds/iana-etc.xibuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/xibuilds/iana-etc.xibuild b/xibuilds/iana-etc.xibuild deleted file mode 100644 index be9b261..0000000 --- a/xibuilds/iana-etc.xibuild +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -DEPS=() - -SOURCE=https://github.com/Mic92/iana-etc -DESC="A set of data from the internet assigned numbers authority providing data for network services and protocols" - -build () { - python update.py out -} - -package () { - mkdir -vp $PKG_DEST/etc - cp -v out/dist/protocols $PKG_DEST/etc/ - cp -v out/dist/services $PKG_DEST/etc/ -} - |