mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
45 lines
738 B
JSON
45 lines
738 B
JSON
{
|
|
"properties": {
|
|
"CLANG_BINARY": {
|
|
"default": "clang"
|
|
},
|
|
"LDAPVC_BINARY": {
|
|
"default": "ldapvc"
|
|
}
|
|
},
|
|
"required_binaries": [
|
|
{
|
|
"name": "{CLANG_BINARY}",
|
|
"binproviders": "env,brew",
|
|
"overrides": {
|
|
"brew": {
|
|
"install_args": [
|
|
"llvm"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "{LDAPVC_BINARY}",
|
|
"binproviders": "env,brew",
|
|
"overrides": {
|
|
"env": {
|
|
"version": [
|
|
"ldapvc",
|
|
"-VV"
|
|
]
|
|
},
|
|
"brew": {
|
|
"install_args": [
|
|
"openldap"
|
|
],
|
|
"version": [
|
|
"ldapvc",
|
|
"-VV"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|