Remove snow-chibi installation tool
This commit is contained in:
parent
3568e53337
commit
0c91dca9e5
|
|
@ -42,10 +42,6 @@ Run Scheme script.
|
|||
|
||||
Compile Scheme code to executable.
|
||||
|
||||
### bin/install-snow-chibi
|
||||
|
||||
Install snow-chibi inside the venv.
|
||||
|
||||
|
||||
## Supported impelmentations and notes
|
||||
|
||||
|
|
|
|||
13
scheme-venv
13
scheme-venv
|
|
@ -341,7 +341,6 @@ fi
|
|||
cat << EOF
|
||||
#!/bin/sh
|
||||
if [ ! "\${VENV_DEBUG}" = "" ]; then set -x; fi
|
||||
PATH="${venvpath}/opt/chibi-scheme/bin:\${PATH}"
|
||||
if [ "\${1}" = "install" ]; then
|
||||
shift
|
||||
snow-chibi \
|
||||
|
|
@ -370,18 +369,6 @@ EOF
|
|||
} > "${venvpath}/bin/akku"
|
||||
chmod +x "${venvpath}/bin/akku"
|
||||
|
||||
## /bin/install-snow-chibi
|
||||
{
|
||||
cat << EOF
|
||||
#!/bin/sh
|
||||
if [ ! "\${VENV_DEBUG}" = "" ]; then set -x; fi
|
||||
git clone https://github.com/ashinn/chibi-scheme.git --depth=1 "${venvpath}/etc/chibi-scheme"
|
||||
make PREFIX="${venvpath}/opt/chibi-scheme" -C "${venvpath}/etc/chibi-scheme"
|
||||
make PREFIX="${venvpath}/opt/chibi-scheme" -C "${venvpath}/etc/chibi-scheme" install
|
||||
EOF
|
||||
} > "${venvpath}/bin/install-snow-chibi"
|
||||
chmod +x "${venvpath}/bin/install-snow-chibi"
|
||||
|
||||
|
||||
## /bin/scheme-venv-info
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue