mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
13 lines
310 B
TOML
13 lines
310 B
TOML
#TODO missing script for CMake, see 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 = "custom"
|
|
dependencies = [
|
|
"qt6-base",
|
|
"qt6-webengine",
|
|
"libarchive",
|
|
"sqlite3",
|
|
"mesa",
|
|
]
|