redox/recipes/wip/security/retdec/recipe.toml
2025-10-12 20:22:51 -03:00

12 lines
263 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/avast/retdec#process
[source]
git = "https://github.com/avast/retdec"
rev = "53e55b4b26e9b843787f0e06d867441e32b1604e"
[build]
template = "cmake"
dependencies = [
"openssl1",
"zlib",
]