diff options
Diffstat (limited to 'repo/xi/xib.xipkg')
-rw-r--r-- | repo/xi/xib.xipkg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/repo/xi/xib.xipkg b/repo/xi/xib.xipkg new file mode 100644 index 0000000..7572f25 --- /dev/null +++ b/repo/xi/xib.xipkg @@ -0,0 +1,12 @@ +#!/bin/bash + +MAKEDEPS=() +DEPS=(xichroot xiutils git tar unzip) + +SOURCE=https://git.davidovski.xyz/xilinux/xib.git +DESC="The XiBuild system" + +package () { + mkdir -pv $PKG_DEST/var/lib/xib + mv * $PKG_DEST/var/lib/xib/ +} |