From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/xi/xiutils/hbar.xibuild | 5 ----- repo/xi/xiutils/parseconf.xibuild | 7 ------- repo/xi/xiutils/shtests.xibuild | 7 ------- repo/xi/xiutils/xichroot.xibuild | 8 -------- repo/xi/xiutils/xitui.xibuild | 6 ------ repo/xi/xiutils/xiutils.xibuild | 22 ---------------------- 6 files changed, 55 deletions(-) delete mode 100644 repo/xi/xiutils/hbar.xibuild delete mode 100644 repo/xi/xiutils/parseconf.xibuild delete mode 100644 repo/xi/xiutils/shtests.xibuild delete mode 100644 repo/xi/xiutils/xichroot.xibuild delete mode 100644 repo/xi/xiutils/xitui.xibuild delete mode 100644 repo/xi/xiutils/xiutils.xibuild (limited to 'repo/xi/xiutils') diff --git a/repo/xi/xiutils/hbar.xibuild b/repo/xi/xiutils/hbar.xibuild deleted file mode 100644 index 8e00b6a..0000000 --- a/repo/xi/xiutils/hbar.xibuild +++ /dev/null @@ -1,5 +0,0 @@ -DESC="Horizontal Loading bar" - -package () { - add_from_main usr/bin/hbar -} diff --git a/repo/xi/xiutils/parseconf.xibuild b/repo/xi/xiutils/parseconf.xibuild deleted file mode 100644 index 559cda3..0000000 --- a/repo/xi/xiutils/parseconf.xibuild +++ /dev/null @@ -1,7 +0,0 @@ -DESC="Simple config file parser" - -DEPS="sh" - -package () { - add_from_main usr/bin/parseconf -} diff --git a/repo/xi/xiutils/shtests.xibuild b/repo/xi/xiutils/shtests.xibuild deleted file mode 100644 index 8f45afe..0000000 --- a/repo/xi/xiutils/shtests.xibuild +++ /dev/null @@ -1,7 +0,0 @@ -DESC="Simple shell testing suite" - -DEPS="xiutils sh" - -package () { - add_from_main usr/bin/shtests -} diff --git a/repo/xi/xiutils/xichroot.xibuild b/repo/xi/xiutils/xichroot.xibuild deleted file mode 100644 index b39308f..0000000 --- a/repo/xi/xiutils/xichroot.xibuild +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -DEPS="bash" -DESC="A script to aid with chrooting on XiLinux" - -package () { - make DESTDIR=$PKG_DEST install-chroot -} diff --git a/repo/xi/xiutils/xitui.xibuild b/repo/xi/xiutils/xitui.xibuild deleted file mode 100644 index edc7188..0000000 --- a/repo/xi/xiutils/xitui.xibuild +++ /dev/null @@ -1,6 +0,0 @@ -DESC="xilinux Text User Interface tools" -DEPS="sh ncurses stty" - -package () { - add_from_main usr/lib/xitui.sh -} diff --git a/repo/xi/xiutils/xiutils.xibuild b/repo/xi/xiutils/xiutils.xibuild deleted file mode 100644 index 0c6ee70..0000000 --- a/repo/xi/xiutils/xiutils.xibuild +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make gcc" -DEPS="musl sh" - -PKG_VER=1.5 -SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git -BRANCH="v$PKG_VER" - -DESC="Utilities required by various components of the xilinux system" - -build () { - make -} - -check () { - make check -} - -package () { - make DESTDIR=$PKG_DEST install -} -- cgit v1.2.1