summaryrefslogtreecommitdiff
path: root/repo/xi/xiutils.xipkg
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-13 11:39:34 +0000
committerdavidovski <david@davidovski.xyz>2022-02-13 11:39:34 +0000
commite3c0f2d5e31a36a98d529770384d023c491e1b66 (patch)
tree6abb82465776d360e5c9a684f97d8513900d92c2 /repo/xi/xiutils.xipkg
parent370a9018e5286b9bf3c90b405aebe15ec767da2d (diff)
added xib and xiutils
Diffstat (limited to 'repo/xi/xiutils.xipkg')
-rw-r--r--repo/xi/xiutils.xipkg15
1 files changed, 15 insertions, 0 deletions
diff --git a/repo/xi/xiutils.xipkg b/repo/xi/xiutils.xipkg
new file mode 100644
index 0000000..1b71fde
--- /dev/null
+++ b/repo/xi/xiutils.xipkg
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+MAKEDEPS=(gcc make)
+DEPS=()
+
+SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git
+DESC="Utilities required by various components of the xilinux system"
+
+build () {
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+}