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

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

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