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

12 lines
286 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/apitrace/apitrace/blob/master/docs/INSTALL.markdown#linux
[source]
git = "https://github.com/apitrace/apitrace"
rev = "14.0"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_TESTING=OFF"
]