diff options
author | davidovski <david@davidovski.xyz> | 2022-03-03 01:02:01 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-03 01:02:01 +0000 |
commit | 5efb2da9f8cf5a8180d20a759cb4ba9f5f4b10cc (patch) | |
tree | 49dd3d5140266a066561314baa2d8cdff021be02 /repo | |
parent | ded92b5b9bba6969e54c043848aee4520461d89a (diff) |
updated xi versions
Diffstat (limited to 'repo')
-rw-r--r-- | repo/xi/xibuild.xibuild | 18 | ||||
-rw-r--r-- | repo/xi/xichroot.xipkg | 2 | ||||
-rw-r--r-- | repo/xi/xipkg.xibuild | 2 |
3 files changed, 3 insertions, 19 deletions
diff --git a/repo/xi/xibuild.xibuild b/repo/xi/xibuild.xibuild deleted file mode 100644 index 7c5e321..0000000 --- a/repo/xi/xibuild.xibuild +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -MAKEDEPS="" -DEPS="bash tar git hg curl openssl " - -SOURCE=https://git.davidovski.xyz/xilinux/xibuild.git -DESC="The depricated xilinux build system, use XiB" - -package () { - mkdir -pv $PKG_DEST/usr/bin - cp -v xibuild $PKG_DEST/usr/bin/ - cp xibuild $PKG_DEST/usr/bin/ - - mkdir -pv $PKG_DEST/home/xibuild - cp -r * $PKG_DEST/home/xibuild -} - - diff --git a/repo/xi/xichroot.xipkg b/repo/xi/xichroot.xipkg index e2ecbe8..651c1ec 100644 --- a/repo/xi/xichroot.xipkg +++ b/repo/xi/xichroot.xipkg @@ -3,7 +3,9 @@ MAKEDEPS="bash" DEPS="bash" +PKG_VER=1.0.1 SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git +BRANCH=v$PKG_VER DESC="A script to aid with chrooting on XiLinux" package () { diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild index 32dc857..bebde6b 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.0.2 +PKG_VER=1.0.4 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git BRANCH="v$PKG_VER" |