redox/recipes/wip/net/gemini/lagrange/recipe.toml
2025-10-12 19:34:06 -03:00

21 lines
445 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/skyjake/lagrange#how-to-compile
#TODO mpg123 dependency broken
[source]
tar = "https://git.skyjake.fi/gemini/lagrange/releases/download/v1.19.3/lagrange-1.19.3.tar.gz"
[build]
template = "cmake"
cmakeflags = [
"-DENABLE_MPG123=OFF"
]
dependencies = [
"sdl2",
"openssl1",
"zlib",
"harfbuzz",
"pcre",
"fribidi",
"libunistring",
#"mpg123",
]