redox/recipes/wip/dev/debug/termfu/recipe.toml
2026-04-11 07:18:54 +07:00

16 lines
291 B
TOML

#TODO missing script for gnu make
# build instructions: https://github.com/jvalcher/termfu#installation
[source]
git = "https://github.com/jvalcher/termfu"
rev = "v0.2.2"
[build]
template = "custom"
dependencies = [
"ncursesw",
]
[package]
dependencies = [
"gdb",
"python312",
]