#!/bin/sh

MAKEDEPS=""
DEPS="xichroot xibuild xipkg xiutils hbar parseconf git tar unzip"

SOURCE=https://git.davidovski.xyz/xilinux/xib.git
DESC="The XiBuild system"

package () {
    make DESTDIR=$PKG_DEST install
}