moebius icon indicating copy to clipboard operation
moebius copied to clipboard

Add `moebius` 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 this manifest to the Scoop Extras bucket so that it is possible to install Moebius by running scoop install moebius or such:

{
    "version": "1.0.29",
    "description": "Modern ANSI & ASCII Art Editor",
    "homepage": "https://blocktronics.github.io/moebius/",
    "license": "Apache-2.0",
    "url": "https://github.com/blocktronics/moebius/releases/download/1.0.29/Moebius.exe",
    "hash": "b263d9a1947cc5c20f4687f5e15027c453c58986bace64f6256cffc15a6aa9e0",
    "shortcuts": [
        [
            "Moebius.exe",
            "Moebius"
        ]
    ],
    "checkver": {
        "github": "https://github.com/blocktronics/moebius"
    },
    "autoupdate": {
        "url": "https://github.com/blocktronics/moebius/releases/download/$version/Moebius.exe"
    }
}

Before making a PR to the bucket, I am writing this issue to get permission. Also an architecture question: this manifest was written assuming that Moebius.exe is a 32-bit binary. I would like to be confirmed if it is indeed the case.

oxjihun avatar Dec 18 '24 01:12 oxjihun