summaryrefslogtreecommitdiff
path: root/repo/xib/xib.xibuild
blob: f8b2395c8c4418b87f9da1460ea72e41c733113b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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
}