mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 12:38:43 +08:00
14 lines
282 B
TOML
14 lines
282 B
TOML
#TODO Not compiled or tested yet
|
|
[source]
|
|
git = "https://github.com/cmus/cmus"
|
|
rev = "ade6e2a7253d7a256e87fdac3da17c9158e6700e"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"ncurses",
|
|
]
|
|
script = """
|
|
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
|
cookbook_configure
|
|
"""
|