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