#!/bin/bash XIBUILD=./xibuild fetch () { git clone https://git.davidovski.xyz/xilinux/buildfiles mkdir dist } build () { REPOS_INDEX=dist/repo/index.html rm $REPOS_INDEX echo-head "repo" >> $REPOS_INDEX echo "
package count: $(ls dist/$REPO_NAME/*.xipkg | wc -l)
" >> $REPOS_INDEX done; } echo-head () { echo "name | xibuild | build log | description | file | info file |
$PKG_NAME | src | log | $DESC | $PKG_NAME.xipkg | .info |
Latest builds: $(date)