summaryrefslogtreecommitdiff
path: root/repo/xi/xib.xibuild
blob: 52ebdb91727e4f291fc3c4b00650dff0ecc68f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

MAKEDEPS=""
DEPS="xichroot xipkg xiutils git tar unzip"

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

package () {
    mkdir -p $PKG_DEST/var/lib/xib
    mv * $PKG_DEST/var/lib/xib/
}