summaryrefslogtreecommitdiff
path: root/repo/xi
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xi')
-rw-r--r--repo/xi/mkinitramfs.xibuild15
-rw-r--r--repo/xi/xipkg.xibuild2
-rw-r--r--repo/xi/xiutils.xibuild4
3 files changed, 18 insertions, 3 deletions
diff --git a/repo/xi/mkinitramfs.xibuild b/repo/xi/mkinitramfs.xibuild
new file mode 100644
index 0000000..a50a14e
--- /dev/null
+++ b/repo/xi/mkinitramfs.xibuild
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+MAKEDEPS="make "
+DEPS="sh cpio sbase findutils gzip util-linux"
+
+PKG_VER=1.2
+SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git
+BRANCH="v$PKG_VER"
+
+DESC="Scripts to make initramfs"
+
+package () {
+ mkdir -p $PKG_DEST/usr/bin
+ make DESTDIR=$PKG_DEST install-mkinitramfs
+}
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild
index f98ab19..7b74c0c 100644
--- a/repo/xi/xipkg.xibuild
+++ b/repo/xi/xipkg.xibuild
@@ -3,7 +3,7 @@
MAKEDEPS="make"
DEPS="openssl curl dash xiutils findutils diffutils sed xichroot grep"
-PKG_VER=1.1.0
+PKG_VER=1.1.2
SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git
BRANCH="v$PKG_VER"
diff --git a/repo/xi/xiutils.xibuild b/repo/xi/xiutils.xibuild
index b052226..9a0ab06 100644
--- a/repo/xi/xiutils.xibuild
+++ b/repo/xi/xiutils.xibuild
@@ -4,9 +4,9 @@ MAKEDEPS="make gcc"
DEPS="musl sh"
# Use master
-#PKG_VER=1.1.2
+PKG_VER=1.2
SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git
-#BRANCH="v$PKG_VER"
+BRANCH="v$PKG_VER"
DESC="Utilities required by various components of the xilinux system"