mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
16 lines
290 B
TOML
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",
|
|
]
|