redox/recipes/wip/vamp-plugin-sdk/recipe.toml
2023-11-30 18:13:53 +00:00

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",
]