diff --git a/bucket/git-machete.json b/bucket/git-machete.json new file mode 100644 index 0000000000..9f56b6166b --- /dev/null +++ b/bucket/git-machete.json @@ -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" + } +}