redox/recipes/wip/libsrt/recipe.toml
2023-12-18 19:26:27 +00:00

10 lines
271 B
TOML

#TODO probably wrong template, see https://github.com/Haivision/srt/blob/master/docs/build/build-linux.md
[source]
git = "https://github.com/Haivision/srt"
rev = "09f35c0f1743e23f514cb41444504a7faeacf89e"
[build]
template = "configure"
dependencies = [
"openssl1",
]