mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
24 lines
743 B
JSON
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"
|
|
}
|
|
}
|