pkg(pascal-3.2.0): Add pascal (FreePascal) 3.2.0 (#187)

This commit is contained in:
Dan Vargas 2021-03-24 15:39:36 -05:00 committed by GitHub
parent eae11d6025
commit 928c2a6d16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 46 additions and 0 deletions

5
packages/pascal/3.2.0/compile vendored Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Compile pascal files
fpc -oout -v0 "$@"
chmod +x out