diff --git a/bucket/watchman.json b/bucket/watchman.json new file mode 100644 index 0000000000..595649f0d7 --- /dev/null +++ b/bucket/watchman.json @@ -0,0 +1,31 @@ +{ + "version": "2022.05.16.00", + "description": "A file watching service by Facebook", + "homepage": "https://facebook.github.io/watchman/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/facebook/watchman/releases/download/v2022.05.16.00/watchman-v2022.05.16.00-windows.zip", + "hash": "8f118958283acf2b431dcd54f86f26a87a347954bcc1b3ada4380d0bc39e0405" + } + }, + "extract_dir": "watchman-v2022.05.16.00-windows\\bin", + "post_install": "Remove-Item -Path $dir\\watchman-v$version-windows -Recurse -ErrorAction Ignore", + "bin": [ + "watchman-make.exe", + "watchman-replicate-subscription.exe", + "watchman-wait.exe", + "watchman.exe" + ], + "checkver": { + "github": "https://github.com/facebook/watchman" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/facebook/watchman/releases/download/v$version/watchman-v$version-windows.zip" + } + }, + "extract_dir": "watchman-v$version-windows\\bin" + } +}