mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
25 lines
719 B
JSON
25 lines
719 B
JSON
{
|
|
"homepage": "https://github.com/msiemens/PyGitUp",
|
|
"license": "MIT",
|
|
"version": "1.6.0",
|
|
"url": "https://github.com/msiemens/PyGitUp/archive/v1.6.0.zip",
|
|
"hash": "3e4495b2c40d13d8d40a648fc89b04e8b4889289377df7713d2bc98177783eaf",
|
|
"extract_dir": "PyGitUp-1.6.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"
|
|
}
|
|
}
|