mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"version": "2020.10.21.01",
|
|
"description": "A high-performance build tool.",
|
|
"homepage": "https://buck.build/",
|
|
"license": "Apache-2.0",
|
|
"depends": "versions/python27",
|
|
"suggest": {
|
|
"JDK8": [
|
|
"java/adopt8-hotspot",
|
|
"java/adopt8-openj9",
|
|
"java/corretto8",
|
|
"java/liberica8",
|
|
"java/ojdkbuild8",
|
|
"java/zulu8",
|
|
"java/zulufx8"
|
|
]
|
|
},
|
|
"url": "https://packages.chocolatey.org/buck.2020.10.21.01.nupkg",
|
|
"hash": "d4ed353d33fb0a384f0c37c06e1af1a8943f28a8199e08a7ba794ab46ca46a90",
|
|
"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"
|
|
}
|
|
}
|
|
}
|