mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
24 lines
691 B
JSON
24 lines
691 B
JSON
{
|
|
"homepage": "https://github.com/msiemens/PyGitUp",
|
|
"license": "MIT",
|
|
"version": "1.5.0",
|
|
"url": "https://github.com/msiemens/PyGitUp/archive/v1.5.0.zip",
|
|
"hash": "d7db91bb8c5d5a5d4635dee380ed496ca6a7da9903504357b752e0b396da327c",
|
|
"extract_dir": "PyGitUp-1.5.0",
|
|
"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"
|
|
}
|
|
}
|