mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(clojure-1.10.3): Add clojure 1.10.3
This commit is contained in:
parent
c69af5bc6d
commit
ca109128b7
5 changed files with 64 additions and 0 deletions
6
packages/clojure/1.10.3/environment
vendored
Normal file
6
packages/clojure/1.10.3/environment
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Clojure requires JAVA_HOME to be set and java binary to be in the path
|
||||
export JAVA_HOME=$PWD/java
|
||||
export CLOJURE_PATH=$PWD/bin
|
||||
export PATH=$PWD/java/bin:$PATH
|
Loading…
Add table
Add a link
Reference in a new issue