-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Scoop is a command-line installer for Windows. I would like to add the following manifest to the Scoop Extras bucket so that it is possible to install EsotericIDE via commands like scoop install esotericide:
{
"version": "1.1.2",
"description": "IDE (Interpreter/Debugger Engine) for esoteric programming languages.",
"homepage": "https://github.com/Timwi/EsotericIDE",
"license": "MIT",
"url": "https://github.com/Timwi/EsotericIDE/releases/download/1.1.2/EsotericIDE.1.1.2.zip",
"hash": "e490d061788146f49aa571fc5004a989da5deff586d400042682e9232b2a849c",
"shortcuts": [
[
"EsotericIDE.exe",
"EsotericIDE"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Timwi/EsotericIDE/releases/download/$version/EsotericIDE.$version.zip"
}
}I made this issue to check, before making a PR on the bucket, if you are fine with this process. Also, this manifest assumes that the binary is 32bit; according to this superuser hack, it indeed seems to be the case... though a confirmation would be great.
Metadata
Metadata
Assignees
Labels
No labels