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 zenbreak to Scoop Extras #20

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

Add zenbreak to Scoop Extras #20

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 try add this manifest to the Scoop Extras bucket so that ZenBreak could be installed via scoop install zenbreak.

{
    "version": "1.0.3",
    "description": "Your desktop oasis from screen fatigue. Reclaim your focus and well-being.",
    "homepage": "https://zenbreak.app/",
    "license": "GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Giuliopime/ZenBreak/releases/download/1.0.3/desktopapp-1.0.3-windows-amd64.zip",
            "hash": "3ca1dcf407ffdc7d788554857413d2b50039714a10114169424723179b9e27b3"
        }
    },
    "shortcuts": [
        [
            "bin/ZenBreak.exe",
            "ZenBreak"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Giuliopime/ZenBreak"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Giuliopime/ZenBreak/releases/download/$version/desktopapp-$version-windows-amd64.zip"
            }
        }
    }
}

This issue is mostly for confirming if you are fine with this process. Also, I am slightly confused by the Windows binaries listed in the releases; as this might affect the manifest, I'd like to know

  1. if desktopapp-$version-windows-amd64.zip is the only portable way, and
  2. if 32-bit / ARM64 binaries are currently available as well.
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