summaryrefslogtreecommitdiff
path: root/repo/xipkg/xipkg.xibuild
blob: 8fd1e978c6bed09f54838b2b54352314388a70e3 (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.5
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
}