mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Add git-up (1.3.0)
This commit is contained in:
parent
ea01c88d97
commit
ed1a61f26f
18
git-up.json
Normal file
18
git-up.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": "1.3.0",
|
||||
"license": "https://github.com/msiemens/PyGitUp/blob/master/LICENCE",
|
||||
"url": "https://github.com/msiemens/PyGitUp/archive/v1.3.0.zip",
|
||||
"hash": "8b86e75728193912a6670e797bb9413ef21e9e1c16b4134a386aa1a3dbbe2e73",
|
||||
"depends": "python",
|
||||
"extract_dir": "PyGitUp-1.3.0",
|
||||
"homepage": "https://github.com/msiemens/PyGitUp",
|
||||
"post_install": "
|
||||
pushd $dir
|
||||
try {
|
||||
scoop reset python
|
||||
iex \"$(scoop which python) setup.py install\"
|
||||
}
|
||||
finally {
|
||||
popd
|
||||
}"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user