summaryrefslogtreecommitdiff
path: root/repo/xi/xipkg.xibuild
blob: 83014b5a5fa94203c2941b6443e60362a693282c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

DEPS=(tar python python-requests)

SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git
DESC="The xilinux package manager"

build () {
    make || true
}

package () {
    make DESTDIR=$PKG_DEST install || true
}