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