mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
25 lines
719 B
JSON
25 lines
719 B
JSON
{
|
|
"homepage": "https://github.com/msiemens/PyGitUp",
|
|
"license": "MIT",
|
|
"version": "1.6.1",
|
|
"url": "https://github.com/msiemens/PyGitUp/archive/v1.6.1.zip",
|
|
"hash": "a512da35867a9ccb1861b23c4a1623ed2d9845eb769aea5987495c162b50a652",
|
|
"extract_dir": "PyGitUp-1.6.1",
|
|
"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"
|
|
}
|
|
}
|