Skip to content

Instantly share code, notes, and snippets.

@malyn
Last active November 15, 2022 20:00
Show Gist options
  • Save malyn/98973db594061ab57a8222432b8074d9 to your computer and use it in GitHub Desktop.
Save malyn/98973db594061ab57a8222432b8074d9 to your computer and use it in GitHub Desktop.
Scoop app manifest for Clojure clj tools
{
"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