redox/recipes/libflac/recipe.toml
2022-12-16 19:43:15 -07:00

9 lines
153 B
TOML

[source]
tar = "https://github.com/xiph/flac/releases/download/1.4.2/flac-1.4.2.tar.xz"
[build]
template = "configure"
dependencies = [
"libogg",
]