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 kmeans-colors to Scoop Extras #61

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

Add kmeans-colors to Scoop Extras #61

oxjihun opened this issue Dec 17, 2024 · 0 comments

Comments

@oxjihun
Copy link

oxjihun commented Dec 17, 2024

Scoop is a command-line installer for Windows. I wrote a following manifest that, once added to any of the Scoop's buckets such as Extras, would enable installing kmeans-colors via scoop install kmeans-colors.

{
    "version": "0.6.0",
    "description": "k-means clustering library and binary to find dominant colors in images",
    "homepage": "https://github.com/okaneco/kmeans-colors",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/okaneco/kmeans-colors/releases/download/0.6.0-binary/kmeans_colors-0.6.0-binary-windows-x86_64.tar.gz",
            "hash": "0d9060a8af1ebe19812618760b8e9f1f7907d925e523085b1a68d0ba9bcaa270"
        }
    },
    "bin": "kmeans_colors.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/okaneco/kmeans-colors/releases/download/$version-binary/kmeans_colors-$version-binary-windows-x86_64.tar.gz",
                "hash": {
                    "url": "https://github.com/okaneco/kmeans-colors/releases/download/$version-binary/kmeans_colors-$version-binary-windows-x86_64.sha256"
                }
            }
        }
    }
}

I am writing this issue to learn about how you might feel about this before actually making a PR there!

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