mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 17:18:46 +08:00
10 lines
222 B
TOML
10 lines
222 B
TOML
[source]
|
|
tar = "http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz"
|
|
sha256 = "af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415"
|
|
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libogg"
|
|
]
|