pkg(pony-0.39.0): Add pony-lang 0.39.0

This commit is contained in:
Shivansh-007 2021-03-28 06:39:24 +05:30
parent 01bc13d115
commit 1a4750ea31
5 changed files with 45 additions and 0 deletions

5
packages/ponylang/0.39.0/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 LLVM_DIR=$PWD/llvm