pkg(cjam-0.6.5): Add cjam 0.6.5 (#223)

* pkg(cjam-0.6.5): Add cjam 0.6.5

* pkg(cjam-0.6.5): Run jar file normally and remove self alias
This commit is contained in:
Dan Vargas 2021-04-21 21:30:20 -05:00 committed by GitHub
parent 2a85951426
commit 8424307029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 0 deletions

5
packages/cjam/0.6.5/environment vendored Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# CJam and Java Path
export PATH=$PWD/bin:$PATH
export CJAM_PATH=$PWD/bin