From 8608cecbe8be70112bdff16d957f52cd22f37731 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 14:05:40 +0100 Subject: added cdrkit --- repo/xipkg/xilinux-installer.xibuild | 8 ++++++++ repo/xipkg/xipkg.xibuild | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 repo/xipkg/xilinux-installer.xibuild (limited to 'repo/xipkg') diff --git a/repo/xipkg/xilinux-installer.xibuild b/repo/xipkg/xilinux-installer.xibuild new file mode 100644 index 0000000..edd6327 --- /dev/null +++ b/repo/xipkg/xilinux-installer.xibuild @@ -0,0 +1,8 @@ +#!/bin/sh + +DESC="Installer for xilinux" +DEPS="xilib xiutils xipkg curl util-linux dosfstools xichroot xitui" + +package () { + install -Dm755 scripts/installer.sh $PKG_DEST/usr/bin/xilinux-install +} diff --git a/repo/xipkg/xipkg.xibuild b/repo/xipkg/xipkg.xibuild index 1d48e38..b870e90 100644 --- a/repo/xipkg/xipkg.xibuild +++ b/repo/xipkg/xipkg.xibuild @@ -3,7 +3,7 @@ MAKEDEPS="make" DEPS="openssl curl dash xiutils findutils diffutils sed xichroot grep base64 sort hbar parseconf xiutils" -PKG_VER=1.4.3 +PKG_VER=1.5.2 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git BRANCH="v$PKG_VER" -- cgit v1.2.1