mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
Compare commits
3 commits
4614c43573
...
e4b77a34ea
Author | SHA1 | Date | |
---|---|---|---|
|
e4b77a34ea | ||
|
1d6bbe3ea9 | ||
|
ea1a941597 |
6 changed files with 30 additions and 0 deletions
12
packages/forth/0.7.3/build.sh
vendored
Normal file
12
packages/forth/0.7.3/build.sh
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
curl -L https://ftp.gnu.org/gnu/gforth/gforth-0.7.3.tar.gz -o forth.tar.gz
|
||||||
|
tar xzf forth.tar.gz
|
||||||
|
rm forth.tar.gz
|
||||||
|
|
||||||
|
cd gforth-0.7.3/
|
||||||
|
./BUILD-FROM-SCRATCH --host=x86_64 --build=x86_64
|
||||||
|
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
|
||||||
|
chmod +x ./gforth
|
||||||
|
cd ..
|
5
packages/forth/0.7.3/environment
vendored
Normal file
5
packages/forth/0.7.3/environment
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Put 'export' statements here for environment variables
|
||||||
|
export PATH=$PWD/bin:$PATH
|
||||||
|
export FORTH_PATH=$PWD/gforth-0.7.3
|
7
packages/forth/0.7.3/metadata.json
vendored
Normal file
7
packages/forth/0.7.3/metadata.json
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"language": "forth",
|
||||||
|
"version": "0.7.3",
|
||||||
|
"aliases": [
|
||||||
|
"gforth"
|
||||||
|
]
|
||||||
|
}
|
4
packages/forth/0.7.3/run
vendored
Normal file
4
packages/forth/0.7.3/run
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
$FORTH_PATH/gforth "$@"
|
||||||
|
|
1
packages/forth/0.7.3/test.forth
vendored
Normal file
1
packages/forth/0.7.3/test.forth
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.( OK) bye
|
|
@ -332,6 +332,7 @@ Content-Type: application/json
|
||||||
`erlang`,
|
`erlang`,
|
||||||
`file`,
|
`file`,
|
||||||
`forte`,
|
`forte`,
|
||||||
|
`forth`,
|
||||||
`fortran`,
|
`fortran`,
|
||||||
`freebasic`,
|
`freebasic`,
|
||||||
`fsharp.net`,
|
`fsharp.net`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue