Add mit-scheme.

This commit is contained in:
Mid Favila 2022-08-14 13:33:12 -04:00
parent 6c8aad5c86
commit a1c8d35f93
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#!/bin/sh -e
export CFLAGS="$CFLAGS -w -no-pie"
export LDFLAGS="$LDFLAGS -no-pie"
cd src
./configure \
--prefix=/usr \
--enable-native-code
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
32c29fe08588ed325774113bac00dce72c2454955c64ba32fc40f30db011c21c

View File

@ -0,0 +1 @@
https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/10.1.11/mit-scheme-10.1.11-x86-64.tar.gz

View File

@ -0,0 +1 @@
10.1.11 1