mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "3.36.4",
|
|
"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.36.4-py3-none-any.whl",
|
|
"hash": "0e1f24ce632196a918c44221c073c2becbaea62fd79d58a8c9106e83aae0f2fb",
|
|
"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"
|
|
}
|
|
}
|