redox/recipes/wip/files/mc/recipe.toml
2026-04-11 07:18:54 +07:00

14 lines
327 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 = [
"ncursesw",
]