1 2 3 4 5 6 7 8
#!/bin/sh DESC="xilinux Text User Interface tools" DEPS="sh ncurses stty" package () { add_from_main usr/lib/xitui.sh }