redox/recipes/wip/sound/cmus/recipe.toml
2024-02-15 10:05:01 +00:00

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
"""