diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/xi/xichroot.xipkg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/repo/xi/xichroot.xipkg b/repo/xi/xichroot.xipkg new file mode 100644 index 0000000..60192e5 --- /dev/null +++ b/repo/xi/xichroot.xipkg @@ -0,0 +1,11 @@ +#!/bin/bash + +MAKEDEPS=(bash) +DEPS=(bash) + +SOURCE=https://git.davidovski.xyz/xilinux/xiscripts.git +DESC="A script to aid with chrooting on XiLinux" + +package () { + install -m755 xichroot $PKG_DEST/usr/bin/xichroot +} |