blob: ce24739fc7c403ab9bca3e77764e0cca29453dcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/bash
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
}
|