mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
14 lines
326 B
TOML
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",
|
|
]
|