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

MAKEDEPS="bash"
DEPS="bash"

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

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