Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add esotericide to Scoop Extras #14

Open
oxjihun opened this issue Dec 18, 2024 · 0 comments
Open

Add esotericide to Scoop Extras #14

oxjihun opened this issue Dec 18, 2024 · 0 comments

Comments

@oxjihun
Copy link

oxjihun commented Dec 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant