diff options
Diffstat (limited to 'xibuilds/iana-etc.xibuild')
| -rw-r--r-- | xibuilds/iana-etc.xibuild | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/xibuilds/iana-etc.xibuild b/xibuilds/iana-etc.xibuild new file mode 100644 index 0000000..6466472 --- /dev/null +++ b/xibuilds/iana-etc.xibuild @@ -0,0 +1,16 @@ +#!/bin/bash + +DEPS=() + +SOURCE=https://github.com/Mic92/iana-etc + +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/ +} + | 
