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