ScoopInstaller_Main/git-up.json
2017-12-19 23:01:47 +00:00

24 lines
739 B
JSON

{
"homepage": "https://github.com/msiemens/PyGitUp",
"license": "https://github.com/msiemens/PyGitUp/blob/master/LICENCE",
"version": "1.4.6",
"url": "https://github.com/msiemens/PyGitUp/archive/v1.4.6.zip",
"hash": "1d5becf87fbe311124d01c722e5f3621bcfff19d9328810f6a6768aa8659c6e5",
"extract_dir": "PyGitUp-1.4.6",
"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"
}
}