mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
20 lines
351 B
TOML
20 lines
351 B
TOML
[source]
|
|
tar = "https://downloads.xiph.org/releases/opus/opusfile-0.12.tar.gz"
|
|
blake3 = "1b6a5c371a0ea2ae8e37ab2e921388dfef9252dbf7f60045192dabbdd898f2bf"
|
|
script = """
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"openssl3",
|
|
"libogg",
|
|
"libopus",
|
|
]
|
|
|
|
[package]
|
|
dependencies = [
|
|
"ca-certificates"
|
|
]
|