summaryrefslogtreecommitdiff
path: root/repo/xi/xichroot.xipkg
blob: 651c1eca66df1223215662381896418e45abe0ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

MAKEDEPS="bash"
DEPS="bash"

PKG_VER=1.0.1
SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git
BRANCH=v$PKG_VER
DESC="A script to aid with chrooting on XiLinux"

package () {
    make DESTDIR=$PKG_DEST install-chroot
}