summaryrefslogtreecommitdiff
path: root/repo/xib/xib.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xib/xib.xibuild')
-rw-r--r--repo/xib/xib.xibuild11
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
+}