summaryrefslogtreecommitdiff
path: root/repo/xi/xib
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xi/xib')
-rw-r--r--repo/xi/xib/xib.xibuild11
1 files changed, 0 insertions, 11 deletions
diff --git a/repo/xi/xib/xib.xibuild b/repo/xi/xib/xib.xibuild
deleted file mode 100644
index f8b2395..0000000
--- a/repo/xi/xib/xib.xibuild
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS=""
-DEPS="xichroot xibuild xipkg xiutils hbar parseconf git tar unzip"
-
-SOURCE=https://git.davidovski.xyz/xilinux/xib.git
-DESC="The XiBuild system"
-
-package () {
- make DESTDIR=$PKG_DEST install
-}