mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
9 lines
197 B
TOML
9 lines
197 B
TOML
#TODO compilation error
|
|
[source]
|
|
tar = "https://code.soundsoftware.ac.uk/attachments/download/2588/vamp-plugin-sdk-2.9.0.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libsndfile",
|
|
]
|