-
Notifications
You must be signed in to change notification settings - Fork 125
/
clang-dev.hcl
30 lines (26 loc) · 1.09 KB
/
clang-dev.hcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
description = "A language front-end and tooling infrastructure for languages in the C language family"
homepage = "https://clang.llvm.org/"
binaries = ["bin/*"]
source = "https://github.com/rsms/llvmbox/releases/download/v${version}/llvmbox-dev-${version}-${xarch}-${os_}.tar.xz"
sha256-source = "https://github.com/rsms/llvmbox/releases/download/v${version}/sha256sum.txt"
strip = 1
platform "linux" {
vars = {
"os_": "linux",
}
}
platform "darwin" {
vars = {
"os_": "macos",
}
}
version "15.0.7+3" {
auto-version {
github-release = "rsms/llvmbox"
}
}
sha256sums = {
"https://github.com/rsms/llvmbox/releases/download/v15.0.7+3/llvmbox-dev-15.0.7+3-x86_64-linux.tar.xz": "513b49be901c3502e28e17e6748cc350dfd35a0261faae9a84256b07748799db",
"https://github.com/rsms/llvmbox/releases/download/v15.0.7+3/llvmbox-dev-15.0.7+3-x86_64-macos.tar.xz": "746dd6fb68fe2dac217de3e81cf048829530af4c5b4f65fffb36e404d21a62bd",
"https://github.com/rsms/llvmbox/releases/download/v15.0.7+3/llvmbox-dev-15.0.7+3-aarch64-macos.tar.xz": "b339ad359e52ce9cd6cddcd68a908412a1d178dd5848710906621c96f5d6b41e",
}