ScoopInstaller_Main/git-up.json
2018-09-28 15:00:34 +00:00

25 lines
719 B
JSON

{
"homepage": "https://github.com/msiemens/PyGitUp",
"license": "MIT",
"version": "1.5.2",
"url": "https://github.com/msiemens/PyGitUp/archive/v1.5.2.zip",
"hash": "ccb1a5b764d029537195b7b0babed90b84b09a71d2efb7ecfffffaf377c584df",
"extract_dir": "PyGitUp-1.5.2",
"depends": "python",
"post_install": [
"pushd \"$dir\"",
"try {",
" scoop reset python",
" iex \"$(scoop which python) setup.py install\"",
"}",
"finally {",
" popd",
"}"
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/msiemens/PyGitUp/archive/v$version.zip",
"extract_dir": "PyGitUp-$version"
}
}