redox/recipes/wip/files/mc/recipe.toml
2025-10-29 22:45:09 -03:00

14 lines
326 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/MidnightCommander/mc/blob/master/doc/INSTALL
[source]
tar = "https://ftp.osuosl.org/pub/midnightcommander/mc-4.8.33.tar.xz"
[build]
template = "configure"
configureflags = [
"--without-x",
"--without-gpm-mouse",
]
dependencies = [
"ncurses",
]