mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 20:48:41 +08:00
14 lines
317 B
TOML
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
|
|
"""
|