forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appengine-go.json
36 lines (36 loc) · 998 Bytes
/
appengine-go.json
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
31
32
33
34
35
36
{
"homepage": "https://developers.google.com/appengine/",
"version": "1.8.3",
"architecture": {
"64bit": {
"url": [
"http://googleappengine.googlecode.com/files/go_appengine_sdk_windows_amd64-1.8.3.zip",
"https://raw.github.com/lukesampson/scoop-extras/master/scripts/pyshim.ps1"
],
"hash": [ "sha1:4de3856ca5ff1318d7c58ea399f8fa25a3ced885" ]
},
"32bit": {
"url": [
"http://googleappengine.googlecode.com/files/go_appengine_sdk_windows_386-1.8.3.zip",
"https://raw.github.com/lukesampson/scoop-extras/master/scripts/pyshim.ps1"
],
"hash": [ "sha1:aeba549840f3ea81da892279b8039463826915e8" ]
}
},
"extract_dir": "go_appengine",
"installer": {
"_comment": "pyshim creates a .ps1 script for each .py file",
"file": "pyshim.ps1",
"args": [ "$dir" ]
},
"bin": [
"api_server.ps1",
"appcfg.ps1",
"backends_conversion.ps1",
"bulkloader.ps1",
"bulkload_client.ps1",
"dev_appserver.ps1",
"download_appstats.ps1",
"endpointscfg.ps1"
]
}