blob: ccee38a312204cb19d675f0a5e92a7cd095040af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/sh
MAKEDEPS="make shmk"
DEPS="openssl curl dash findutils diffutils sed xichroot grep base64 sort hbar parseconf xiutils"
PKG_VER=1.7.4
SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git
BRANCH="v$PKG_VER"
DESC="The xilinux package manager"
package () {
make PREFIX=/usr DESTDIR=$PKG_DEST install
}
|