redox/recipes/wip/dev/build-system/ccache/recipe.toml
2025-11-17 10:28:38 -03:00

17 lines
475 B
TOML

#TODO not compiled or tested
#TODO missing dependencies: https://github.com/ccache/ccache/blob/master/doc/INSTALL.md#dependencies
# build instructions: https://github.com/ccache/ccache/blob/master/doc/INSTALL.md
[source]
tar = "https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2.tar.gz"
[build]
template = "cmake"
cmakeflags = [
"-DENABLE_TESTING=OFF",
"-DREDIS_STORAGE_BACKEND=OFF",
]
dependencies = [
"libfmt",
"xxhash",
"zstd",
]