From 3b438fe3ebbef7b9bdb314ae9a76c90bc0bb3da6 Mon Sep 17 00:00:00 2001 From: bb010g Date: Tue, 3 Dec 2019 21:57:31 -0800 Subject: [PATCH] cormanlisp: Add version 3.12.b (#613) Introduces Corman Lisp with all the proper initialization from the MSI installer. --- bucket/cormanlisp.json | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 bucket/cormanlisp.json diff --git a/bucket/cormanlisp.json b/bucket/cormanlisp.json new file mode 100644 index 0000000000..ea6a7bb2eb --- /dev/null +++ b/bucket/cormanlisp.json @@ -0,0 +1,43 @@ +{ + "version": "3.1.2b", + "description": "A Common Lisp development environment integrated with Windows.", + "homepage": "https://github.com/sharplispers/cormanlisp", + "license": "MIT", + "suggest": { + "vcredist": "extras/vcredist2015" + }, + "url": "https://github.com/sharplispers/cormanlisp/releases/download/v3.1.2b/CormanLisp-3.1.2b.zip", + "hash": "8bf722bd919a69ff743e2ae6448fcb3ccbc8be8b3ef746e6acc5cdcb1853ea95", + "extract_dir": "Corman Lisp", + "bin": [ + "clconsole.exe", + "clconsoleapp.exe" + ], + "env_set": { + "CORMANLISP_HOME": "$dir" + }, + "shortcuts": [ + [ + "CormanLisp.exe", + "Corman Lisp IDE" + ], + [ + "documentation\\CormanLisp.pdf", + "Corman Lisp Manual" + ], + [ + "clconsole.exe", + "Corman Lisp REPL", + "", + "CormanLisp.exe" + ] + ], + "checkver": { + "github": "https://github.com/sharplispers/cormanlisp", + "regex": "tree/v([\\w.]+)/" + }, + "autoupdate": { + "url": "https://github.com/sharplispers/cormanlisp/releases/download/v$version/CormanLisp-$version.zip" + }, + "notes": "Please restart your command line for CORMANLISP_HOME to take effect. Consider installing ." +}