-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhttpie-py.json
More file actions
30 lines (30 loc) · 1.07 KB
/
httpie-py.json
File metadata and controls
30 lines (30 loc) · 1.07 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
29
30
{
"version": "3.2.2",
"homepage": "https://httpie.org/",
"description": "Command-line HTTP client.",
"license": "BSD-3-Clause",
"depends": "python-bucket-utils",
"url": "https://github.com/jakubroztocil/httpie/archive/3.2.2.zip",
"hash": "7fce63adae18da945912199e6bf5fc3bc44f7fba9bc5dc04e56ae99e39006691",
"extract_dir": "httpie-3.2.2",
"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 --match '.*http.*' }",
"else { uninstall-python-package $app --dir $dir --match '.*http.*' }"
]
},
"checkver": {
"github": "https://github.com/jakubroztocil/httpie"
},
"autoupdate": {
"url": "https://github.com/jakubroztocil/httpie/archive/$version.zip",
"extract_dir": "httpie-$version"
}
}