ScoopInstaller_Main/bucket/git-machete.json
2025-10-09 20:28:53 +00:00

30 lines
1.1 KiB
JSON

{
"version": "3.37.0",
"description": "Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen",
"homepage": "https://github.com/VirtusLab/git-machete",
"license": "MIT",
"depends": "python",
"url": "https://files.pythonhosted.org/packages/py3/g/git-machete/git_machete-3.37.0-py3-none-any.whl",
"hash": "17f8f47727fcd8b5143a0c56cb953cbf05d30c574f0fc39951531b0f335f8d6e",
"installer": {
"script": [
"Push-Location \"$dir\"",
"python -m venv git-machete",
".\\git-machete\\Scripts\\activate",
"try {",
" python -m pip install \"$fname\"",
"}",
"finally {",
" Remove-Item \"$fname\"",
" deactivate",
" Pop-Location",
"}"
]
},
"bin": "git-machete\\Scripts\\git-machete.exe",
"checkver": "github",
"autoupdate": {
"url": "https://files.pythonhosted.org/packages/py3/g/git-machete/git_machete-$version-py3-none-any.whl"
}
}