Last active
November 15, 2022 20:00
-
-
Save malyn/98973db594061ab57a8222432b8074d9 to your computer and use it in GitHub Desktop.
Scoop app manifest for Clojure clj tools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"homepage": "https://clojure.org/", | |
"version": "1.10.1.447", | |
"license": "EPL-1.0", | |
"url": "https://download.clojure.org/install/clojure-tools-1.10.1.447.zip", | |
"hash": "8bfa18d8271e30bad67a789ea89e3e74f6a7ac3134c304a8c7716a0659d86b08", | |
"extract_dir": "ClojureTools", | |
"bin": [ | |
[ | |
"powershell.exe", | |
"clj", | |
"-NoProfile -ExecutionPolicy Bypass -Command Invoke-Clojure" | |
], | |
[ | |
"powershell.exe", | |
"clojure", | |
"-NoProfile -ExecutionPolicy Bypass -Command Invoke-Clojure" | |
] | |
], | |
"psmodule": { | |
"name": "ClojureTools" | |
}, | |
"suggest": { | |
"JDK": [ | |
"java/oraclejdk", | |
"java/openjdk" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment