redox/recipes/wip/codecs/wavpack/recipe.toml
2026-01-29 11:43:04 -03:00

9 lines
200 B
TOML

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