mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
9 lines
153 B
TOML
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",
|
|
]
|