redox/recipes/wip/dev/other/zeal/recipe.toml
2025-10-07 12:36:57 -03:00

14 lines
324 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/zealdocs/zeal#build-instructions
[source]
tar = "https://github.com/zealdocs/zeal/releases/download/v0.7.0/zeal-0.7.0.tar.xz"
[build]
template = "cmake"
dependencies = [
"qt6-base",
"qt6-webengine",
"libarchive",
"sqlite3",
"mesa",
]