buck: Add version 2019.05.22.01 (#119)

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Hsiao-nan Cheung 2019-06-25 13:07:51 +08:00 committed by GitHub
parent 1b2d9ae728
commit 2b95b50035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

34
bucket/buck.json Normal file
View File

@ -0,0 +1,34 @@
{
"homepage": "https://buck.build/",
"version": "2019.05.22.01",
"description": "A high-performance build tool.",
"license": "Apache-2.0",
"url": "https://packages.chocolatey.org/buck.2019.05.22.01.nupkg",
"hash": "060b94b3a06581127ff1db41b2987eca52a6392d3e83cda1c3ec1b7c8b582390",
"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": "Chocolatey.*?([\\d.]+)\\r"
},
"autoupdate": {
"url": "https://packages.chocolatey.org/buck.$version.nupkg",
"hash": {
"url": "https://chocolatey.org/packages/buck",
"regex": "$sha256.*?$basename"
}
}
}