Remove snow-chibi installation tool

This commit is contained in:
retropikzel 2026-02-07 21:26:31 +02:00
parent 3568e53337
commit 0c91dca9e5
2 changed files with 0 additions and 17 deletions

View File

@ -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

View File

@ -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
{