mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
Lot of manifests are using github tags to find the latest version the
url's and regex is mostly the same.
`checkver` now can also be the string "github" if the `homepage` links
to the github repo
If `homepage` is not the repo `{"checkver": "github":
"https://github.com/user/repo"}` can be used
20 lines
602 B
JSON
20 lines
602 B
JSON
{
|
|
"version": "1.4.0",
|
|
"license": "https://github.com/msiemens/PyGitUp/blob/master/LICENCE",
|
|
"url": "https://github.com/msiemens/PyGitUp/archive/v1.4.0.zip",
|
|
"hash": "ed4c873b473e76e942089e17481db390809f4bbd906433e1d6373f9521c5640e",
|
|
"depends": "python",
|
|
"extract_dir": "PyGitUp-1.4.0",
|
|
"homepage": "https://github.com/msiemens/PyGitUp",
|
|
"post_install": "
|
|
pushd $dir
|
|
try {
|
|
scoop reset python
|
|
iex \"$(scoop which python) setup.py install\"
|
|
}
|
|
finally {
|
|
popd
|
|
}",
|
|
"checkver": "github"
|
|
}
|