1 2 3 4 5 6 7 8 9 10
#!/bin/bash DEPS=(bash tar) SOURCE=https://git.davidovski.xyz/xibuild.git package () { cp xibuild $PKG_DEST/usr/bin/ }