pkg(freebasic-1.8.0): Add Freebasic

This commit is contained in:
Dan Vargas 2021-09-17 09:59:24 -05:00 committed by Brikaa
parent 883d584c15
commit 4f5ef06adf
7 changed files with 25 additions and 0 deletions

4
packages/freebasic/1.8.0/environment vendored Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Path to fbc compiler
export PATH=$PWD/bin:$PATH