mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Add libflac
This commit is contained in:
parent
c4fd2e16d5
commit
bb9d86a37c
8
recipes/libflac/recipe.toml
Normal file
8
recipes/libflac/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[source]
|
||||
tar = "https://github.com/xiph/flac/releases/download/1.4.2/flac-1.4.2.tar.xz"
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libogg",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user