diff options
Diffstat (limited to 'repo/xib')
-rw-r--r-- | repo/xib/xib.xibuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/repo/xib/xib.xibuild b/repo/xib/xib.xibuild new file mode 100644 index 0000000..f8b2395 --- /dev/null +++ b/repo/xib/xib.xibuild @@ -0,0 +1,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 +} |