redox/recipes/wip/liquid-dsp/recipe.toml
2023-12-18 22:37:00 +00:00

14 lines
317 B
TOML

#TODO probably wrong script, see https://github.com/jgaeddert/liquid-dsp#installation-and-dependencies
[source]
git = "https://github.com/jgaeddert/liquid-dsp"
rev = "8bf87b6fe325d98c250d6911fa50518d14175d86"
[build]
template = "custom"
dependencies = [
"fftw",
]
script = """
bootstrap.sh
cookbook_configure
"""