redox/recipes/wip/codecs/wavpack/recipe.toml
2024-03-19 18:56:38 +00:00

9 lines
201 B
TOML

#TODO compilation error - missing header
[source]
tar = "https://github.com/dbry/WavPack/releases/download/5.7.0/wavpack-5.7.0.tar.xz"
[build]
template = "configure"
dependencies = [
"libiconv",
]