mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
11 lines
232 B
TOML
11 lines
232 B
TOML
#TODO compiled but not tested
|
|
[source]
|
|
tar = "https://github.com/libsndfile/libsndfile/releases/download/1.2.0/libsndfile-1.2.0.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libflac",
|
|
"libogg",
|
|
"libvorbis",
|
|
]
|