mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
9 lines
228 B
TOML
9 lines
228 B
TOML
[source]
|
|
tar = "https://github.com/xiph/flac/releases/download/1.4.2/flac-1.4.2.tar.xz"
|
|
blake3 = "d165b9a18eb83b6f6e9993cc2074547566df706fc61464eb17ff088fd0c88104"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libogg",
|
|
]
|