redox/recipes/wip/analysis/cutter/recipe.toml
2025-10-06 18:47:11 -03:00

13 lines
293 B
TOML

#TODO not compiled or tested
# build instructions: https://cutter.re/docs/building.html
[source]
tar = "https://github.com/rizinorg/cutter/releases/download/v2.3.4/Cutter-v2.3.4-src.tar.gz"
[build]
template = "cmake"
dependencies = [
"libzip",
"zlib",
"qt5-base",
"qt5-svg",
]