pkg(ada-2012): Added ada 2012

This commit is contained in:
Jarrod Sanders 2022-01-30 16:12:22 -05:00
parent 9057e3c8d1
commit 9276abde3e
6 changed files with 81 additions and 0 deletions

14
packages/ada/2012/run Normal file
View file

@ -0,0 +1,14 @@
#!/usr/bin/env bash
# Put instructions to run the runtime
#dart run "$@"
# assure there is only one unit in the given file
gnatchop "$1"
numSourceFiles=$(ls -1q *.adb | wc -l)
gnatmake "test.adb"