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