mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 12:11:21 +00:00
19 lines
576 B
JSON
19 lines
576 B
JSON
{
|
|
"version": "1.4.0",
|
|
"license": "https://github.com/msiemens/PyGitUp/blob/master/LICENCE",
|
|
"url": "https://github.com/msiemens/PyGitUp/archive/v1.4.0.zip",
|
|
"hash": "ed4c873b473e76e942089e17481db390809f4bbd906433e1d6373f9521c5640e",
|
|
"depends": "python",
|
|
"extract_dir": "PyGitUp-1.4.0",
|
|
"homepage": "https://github.com/msiemens/PyGitUp",
|
|
"post_install": "
|
|
pushd $dir
|
|
try {
|
|
scoop reset python
|
|
iex \"$(scoop which python) setup.py install\"
|
|
}
|
|
finally {
|
|
popd
|
|
}"
|
|
}
|