2020-09-18 07:00:25 +00:00

35 lines
1.1 KiB
JSON

{
"homepage": "https://buck.build/",
"version": "2020.09.09.01",
"description": "A high-performance build tool.",
"license": "Apache-2.0",
"url": "https://packages.chocolatey.org/buck.2020.09.09.01.nupkg",
"hash": "707ac5eb70744e231ea7d8330f2412dd1695a8a885e9710a30182842ae17071c",
"extract_dir": "tools",
"depends": "versions/python27",
"suggest": {
"JDK8": [
"java/adopt8-hotspot",
"java/adopt8-openj9",
"java/corretto8",
"java/liberica8",
"java/ojdkbuild8",
"java/zulu8",
"java/zulufx8"
]
},
"bin": "buck.bat",
"post_install": "(Get-Content \"$dir\\buck.bat\") -replace 'C:\\\\Python27', \"$(versiondir 'python27' 'current')\" | Set-Content \"$dir\\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"
}
}
}