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 git-graph to Scoop Extras #92

Open
oxjihun opened this issue Jan 18, 2025 · 2 comments
Open

Add git-graph to Scoop Extras #92

oxjihun opened this issue Jan 18, 2025 · 2 comments

Comments

@oxjihun
Copy link

oxjihun commented Jan 18, 2025

Scoop is a command-line installer for Windows. I would like to add the following manifest to https://github.com/ScoopInstaller/Extras so that the binaries are available via scoop install extras/git-graph:

{
    "version": "0.6.0",
    "description": "Command line tool to show clear git graphs arranged for your branching model",
    "homepage": "https://github.com/mlange-42/git-graph",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mlange-42/git-graph/releases/download/0.6.0/git-graph-0.6.0-windows-amd64.tar.gz",
            "hash": "be1e8da6bbf898b04f145e5286fcf09ec191baf8522f166f3b40a046c21e0a4f"
        }
    },
    "bin": "git-graph.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mlange-42/git-graph/releases/download/$version/git-graph-$version-windows-amd64.tar.gz"
            }
        }
    }
}

This issue was written to get permission prior to any PRs.

@mlange-42
Copy link
Owner

@oxjihun Feel free to do so. Thanks!

@oxjihun
Copy link
Author

oxjihun commented Jan 22, 2025

Ongoing PR: ScoopInstaller/Extras#14771

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

2 participants