forked from TheRandomLabs/Scoop-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitup-py.json
More file actions
28 lines (28 loc) · 1.04 KB
/
Copy pathgitup-py.json
File metadata and controls
28 lines (28 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "0.5.1",
"homepage": "https://github.com/earwig/git-repo-updater",
"description": "Tool for updating multiple Git repositories at once.",
"license": "MIT",
"depends": "python-bucket-utils",
"url": "https://github.com/earwig/git-repo-updater/archive/v0.5.1.zip",
"hash": "55592200c4c2ee69d7b53a1d7119a11b4d28cc9642bdf4d6e8fcd4fafa0f6fd8",
"extract_dir": "git-repo-updater-0.5.1",
"installer": {
"script": [
"if ($global) { install-python-package --global --quiet --dir $dir }",
"else { install-python-package --quiet --dir $dir }",
"if ($LASTEXITCODE) { exit 1 }"
]
},
"uninstaller": {
"script": [
"if ($global) { uninstall-python-package $app --global --dir $dir }",
"else { uninstall-python-package $app --dir $dir }"
]
},
"checkver": "github",
"autoupdate": {
"url": "https://github.com/earwig/git-repo-updater/archive/v$version.zip",
"extract_dir": "git-repo-updater-$version"
}
}