mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
18 lines
359 B
TOML
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",
|
|
]
|