pkg(forth-0.7.3): added forth

This commit is contained in:
Hydrazer 2022-05-29 18:27:55 -06:00
parent 81e315609d
commit ea1a941597
6 changed files with 30 additions and 0 deletions

5
packages/forth/0.7.3/environment vendored Normal file
View 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