redox/recipes/wip/players/cmus/recipe.toml
2024-07-14 16:38:04 +00:00

14 lines
289 B
TOML

#TODO can't detect the configure script
[source]
git = "https://github.com/cmus/cmus"
rev = "ade6e2a7253d7a256e87fdac3da17c9158e6700e"
[build]
template = "custom"
dependencies = [
"ncurses",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
cookbook_configure
"""