redox/recipes/wip/analysis/rizin/recipe.toml
2026-01-29 09:23:31 -03:00

11 lines
308 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/rizinorg/rizin/blob/dev/BUILDING.md
[source]
tar = "https://github.com/rizinorg/rizin/releases/download/v0.8.1/rizin-src-v0.8.1.tar.xz"
[build]
template = "meson"
mesonflags = [
"-Denable_tests=false",
"-Denable_rz_test=false",
]