Skip to content

Add esotericide to Scoop Extras #14

@oxjihun

Description

@oxjihun

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions