redox/recipes/wip/rr-debugger/recipe.toml
2023-11-30 18:13:53 +00:00

10 lines
259 B
TOML

#TODO probably wrong template, see https://github.com/rr-debugger/rr/wiki/Building-And-Installing
[source]
tar = "https://github.com/rr-debugger/rr/archive/refs/tags/5.7.0.tar.gz"
[build]
template = "configure"
dependencies = [
"zlib",
"capnproto",
]