From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/xib/xib.xibuild | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repo/xib/xib.xibuild (limited to 'repo/xib') 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 +} -- cgit v1.2.1