From e3c0f2d5e31a36a98d529770384d023c491e1b66 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 13 Feb 2022 11:39:34 +0000 Subject: added xib and xiutils --- repo/xi/xib.xipkg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 repo/xi/xib.xipkg (limited to 'repo/xi/xib.xipkg') 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/ +} -- cgit v1.2.1