mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +00:00
git-machete: Add version 3.23.2 (#5540)
This commit is contained in:
parent
ae2d8196de
commit
9c34eed623
29
bucket/git-machete.json
Normal file
29
bucket/git-machete.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": "3.23.2",
|
||||
"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.23.2-py3-none-any.whl",
|
||||
"hash": "5755803007c9588228ae16f97ca1a0dc032156c88a932d715dc1c374e0217d4a",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user