redox/recipes/wip/libs/libsndfile/recipe.toml
2024-02-10 10:37:32 +00:00

11 lines
232 B
TOML

#TODO compiled but not tested
[source]
tar = "https://github.com/libsndfile/libsndfile/releases/download/1.2.0/libsndfile-1.2.0.tar.xz"
[build]
template = "configure"
dependencies = [
"libflac",
"libogg",
"libvorbis",
]