redox/recipes/wip/dev/debug/termfu/recipe.toml
2025-05-28 12:42:18 -03:00

18 lines
359 B
TOML

#TODO missing script for gnu make
# build instructions - https://github.com/jvalcher/termfu#build-and-install
[source]
git = "https://github.com/jvalcher/termfu"
rev = "71535f59142d145edcfe8995ca119ef377b2bc00"
[build]
template = "custom"
dependencies = [
"ncurses",
]
[package]
dependencies = [
"gnu-make",
"gcc13",
"gdb",
"python312",
]