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