redox/recipes/wip/dev/other/cling/recipe.toml
2026-03-13 15:24:15 -03:00

12 lines
270 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/vgvassilev/cling#building-from-source
[source]
git = "https://github.com/vgvassilev/cling"
rev = "v1.3"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DLLVM_INCLUDE_TESTS=OFF"
]