mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
9 lines
235 B
TOML
9 lines
235 B
TOML
[source]
|
|
tar = "https://github.com/xiph/vorbis/releases/download/v1.3.7/libvorbis-1.3.7.tar.xz"
|
|
blake3 = "c67f3f74ec26d93a5571c4404a64eb6e6587d7d77b46b552f7b410f5bc5b1f03"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libogg"
|
|
]
|