redox/recipes/wip/dev/debug/termfu/recipe.toml
2025-11-17 10:28:38 -03:00

16 lines
290 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 = [
"ncurses",
]
[package]
dependencies = [
"gdb",
"python312",
]