h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

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"
}
}