forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuck.json
34 lines (34 loc) · 1.13 KB
/
buck.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
{
"version": "2021.01.12.01",
"description": "A high-performance build tool.",
"homepage": "https://buck.build/",
"license": "Apache-2.0",
"suggest": {
"JDK8": [
"java/adopt8-hotspot",
"java/adopt8-openj9",
"java/corretto8",
"java/liberica8",
"java/ojdkbuild8",
"java/zulu8",
"java/zulufx8"
]
},
"depends": "versions/python27",
"url": "https://packages.chocolatey.org/buck.2021.01.12.01.nupkg",
"hash": "6623ab85184b7f0e0afad2e504423f33c803ada6ce1606886e78ae0565777dd4",
"extract_dir": "tools",
"post_install": "(Get-Content \"$dir\\buck.bat\") -replace 'C:\\\\Python27', \"$(versiondir 'python27' 'current')\" | Set-Content \"$dir\\buck.bat\"",
"bin": "buck.bat",
"checkver": {
"url": "https://chocolatey.org/packages/buck",
"regex": "\\s+([\\d.]+)</title>"
},
"autoupdate": {
"url": "https://packages.chocolatey.org/buck.$version.nupkg",
"hash": {
"url": "https://chocolatey.org/packages/buck",
"regex": "$sha256.*?$basename"
}
}
}