summaryrefslogtreecommitdiff
path: root/repo/xipkg/xipkg.xibuild
blob: 8d25a5ea209ed03eb9cfd7fd38abade71eb34a4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

MAKEDEPS="make shmk"
DEPS="toybox openssl curl dash findutils diffutils sed xichroot grep base64 hbar parseconf xiutils tsort"

PKG_VER=1.7.7
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
}