mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
10 lines
195 B
TOML
10 lines
195 B
TOML
#TODO compile and test
|
|
[source]
|
|
tar = "https://mirror.download.kiwix.org/release/kiwix-tools/kiwix-tools-3.8.2.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"libkiwix",
|
|
"libzim",
|
|
]
|