diff options
Diffstat (limited to 'repo/xi/xipkg.xibuild')
| -rw-r--r-- | repo/xi/xipkg.xibuild | 18 | 
1 files changed, 0 insertions, 18 deletions
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild deleted file mode 100644 index be1e45f..0000000 --- a/repo/xi/xipkg.xibuild +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make" -DEPS="openssl curl dash xiutils findutils diffutils sed xichroot grep base64 sort" - -PKG_VER=1.3.1 -SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git -BRANCH="v$PKG_VER" - -DESC="The xilinux package manager" - -build () { -    make  -} - -package () { -    make DESTDIR=$PKG_DEST install -}  | 
