You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
:This issue was written to get permission prior to any PRs.
The text was updated successfully, but these errors were encountered: