16 lines
413 B
Bash
Executable File
16 lines
413 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Install pkgxx dependancies
|
|
echo "> Installing Moonscript…"
|
|
luarocks-5.1 install moonscript || exit 1
|
|
echo "> Installing lua-argparse…"
|
|
luarocks-5.1 install argparse || exit 1
|
|
echo "> Installing lua-process"
|
|
luarocks-5.1 install process --from=http://mah0x211.github.io/rocks/
|
|
|
|
# FIXME: need moonscript AND build.zsh
|
|
|
|
# FIXME: install pkgxx
|
|
# FIXME: configure pkgxx
|
|
# FIXME: DL yunoconfig
|