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 moebius to Scoop Extras #240

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

Add moebius to Scoop Extras #240

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 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.

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