redox/recipes/wip/tools/cava/recipe.toml
2024-07-09 00:06:39 +00:00

15 lines
301 B
TOML

#TODO make the fftw dependency work
[source]
git = "https://github.com/karlstav/cava"
rev = "81211e9e16302312ee4322a99840c110bce0e13d"
[build]
template = "custom"
dependencies = [
"ncurses",
"fftw",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
cookbook_configure
"""