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

6
packages/cjam/0.6.5/build.sh vendored Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
# CJam depends on Java
source ../../java/15.0.2/build.sh
curl -L "https://downloads.sourceforge.net/project/cjam/cjam-0.6.5/cjam-0.6.5.jar?ts=gAAAAABgf6xp4bmSJmNMjz8z23zWVbRgW6mhaFrnxdBe_riqC4rZnhUpXJrQzPpSqhniaoGptfkI_r-tjjBc5326oRmloXIJYQ%3D%3D&r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fcjam%2Ffiles%2Fcjam-0.6.5%2Fcjam-0.6.5.jar%2Fdownload" -o bin/cjam.jar

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

5
packages/cjam/0.6.5/metadata.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"language": "cjam",
"version": "0.6.5",
"aliases": []
}

4
packages/cjam/0.6.5/run vendored Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# run cjam jar
java -jar "$CJAM_PATH"/cjam.jar "$@"

1
packages/cjam/0.6.5/test.cjam vendored Normal file
View File

@ -0,0 +1 @@
"OK"