Jakub Čábera 9fc50d6adc llvm: Add binaries instead of appending path (#28)
* llvm: Add binaries instead of appending path
* Close lukesampson/scoop#3343
* Close lukesampson/scoop#3342
Co-authored-by: Daan De Meyer <daan.j.demeyer@gmail.com>
2019-05-06 11:19:13 +02:00

69 lines
2.2 KiB
JSON

{
"version": "8.0.0",
"description": "Collection of modular and reusable compiler and toolchain technologies.",
"homepage": "https://www.llvm.org/",
"license": "NCSA",
"architecture": {
"32bit": {
"url": "https://releases.llvm.org/8.0.0/LLVM-8.0.0-win32.exe#/llvm.7z",
"hash": "43ff5543c02873f41b87508c90509946293fe613fdbc57f8d19349e931aad6da"
},
"64bit": {
"url": "https://releases.llvm.org/8.0.0/LLVM-8.0.0-win64.exe#/llvm.7z",
"hash": "56d582eed2d5def6accaedabbe11ae368186600798e2a6a7eb86a727fa7bb20c"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
"bin": [
"bin\\clang++.exe",
"bin\\clang-apply-replacements.exe",
"bin\\clang-change-namespace.exe",
"bin\\clang-check.exe",
"bin\\clang-cl.exe",
"bin\\clang-cpp.exe",
"bin\\clang-extdef-mapping.exe",
"bin\\clang-format.exe",
"bin\\clang-import-test.exe",
"bin\\clang-include-fixer.exe",
"bin\\clang-offload-bundler.exe",
"bin\\clang-query.exe",
"bin\\clang-refactor.exe",
"bin\\clang-rename.exe",
"bin\\clang-reorder-fields.exe",
"bin\\clang-tidy.exe",
"bin\\clang.exe",
"bin\\clangd.exe",
"bin\\find-all-symbols.exe",
"bin\\git-clang-format",
"bin\\hmaptool",
"bin\\ld.lld.exe",
"bin\\ld64.lld.exe",
"bin\\lld-link.exe",
"bin\\lld.exe",
"bin\\lldb-argdumper.exe",
"bin\\lldb-mi.exe",
"bin\\lldb-test.exe",
"bin\\lldb-vscode.exe",
"bin\\lldb.exe",
"bin\\llvm-ar.exe",
"bin\\llvm-lib.exe",
"bin\\llvm-objdump.exe",
"bin\\llvm-ranlib.exe",
"bin\\llvm-rc.exe",
"bin\\modularize.exe",
"bin\\scan-build.bat",
"bin\\wasm-ld.exe"
],
"checkver": "\\/releases\\/download.html#([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe#/llvm.7z"
},
"32bit": {
"url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe#/llvm.7z"
}
}
}
}