blob: 18555ec7feb53a407edd899b64d8702b3d5b75ae (
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 tsort"
SOURCE=https://git.davidovski.xyz/xilinux/xib.git
DESC="The XiBuild system"
package () {
make DESTDIR=$PKG_DEST install
}
|