EsotericIDE icon indicating copy to clipboard operation
EsotericIDE copied to clipboard

Add `esotericide` to Scoop Extras

Open oxjihun opened this issue 1 year ago • 0 comments

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.

oxjihun avatar Dec 18 '24 01:12 oxjihun