diff --git a/bucket/multi-git-status.json b/bucket/multi-git-status.json new file mode 100644 index 0000000000000..6fbe5102c10be --- /dev/null +++ b/bucket/multi-git-status.json @@ -0,0 +1,19 @@ +{ + "version": "2.3", + "description": "Show uncommitted, untracked and unpushed changes for multiple Git repos.", + "homepage": "https://github.com/fboender/multi-git-status", + "license": "MIT", + "notes": "Recommend adding bash.exe from the manifest main/git to the top of the system environment's PATH.", + "url": "https://github.com/fboender/multi-git-status/archive/refs/tags/2.3.zip", + "hash": "b62b9dac64002e767c6229f0c6f7a51231dbe4475dc765ab3d1e5073d87588d3", + "extract_dir": "multi-git-status-2.3", + "pre_install": [ + "New-Item -Path \"$dir\\mgitstatus.cmd\" -ItemType File -Force", + "Add-Content -Path \"$dir\\mgitstatus.cmd\" -Value \"bash $env:SCOOP\\apps\\multi-git-status\\current\\mgitstatus %*\"" + ], + "bin": "mgitstatus.cmd", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/fboender/multi-git-status/archive/refs/tags/$version.zip" + } +}