diff options
Diffstat (limited to 'repo/xi/xib/xib.xibuild')
-rw-r--r-- | repo/xi/xib/xib.xibuild | 11 |
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 -} |