1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#!/bin/bash MAKEDEPS=(gcc) DEPS=() SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git DESC="Utilities required by various components of the xilinux system" build () { make } package () { make DESTDIR=$PKG_DEST install }