mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 11:16:27 +02:00
pkg(smalltalk-3.2.3): add smalltalk
This commit is contained in:
parent
81e315609d
commit
61f5e8c6fe
7 changed files with 40 additions and 1 deletions
19
packages/smalltalk/3.2.3/build.sh
vendored
Normal file
19
packages/smalltalk/3.2.3/build.sh
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
curl -L https://ftp.gnu.org/gnu/smalltalk/smalltalk-3.2.3.tar.gz -o smalltalk-3.2.3.tar.gz
|
||||
tar xzf smalltalk-3.2.3.tar.gz
|
||||
|
||||
rm smalltalk-3.2.3.tar.gz
|
||||
|
||||
cd smalltalk-3.2.3
|
||||
|
||||
./configure
|
||||
rm libc.la
|
||||
|
||||
make
|
||||
make install
|
||||
|
||||
chmod +x gst
|
||||
cd ..
|
Loading…
Add table
Add a link
Reference in a new issue