ScoopInstaller_Main/git-up.json
Ross Smith II 822c4bee45 Add quotes around $dir/$persist_dir vars where needed (#1948)
* Add quotes around $dir var where needed

* Add quotes around $dir vars where needed
2018-01-26 17:43:48 +01:00

24 lines
743 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"
}
}