redox/recipes/wip/kde/ark/recipe.toml
2025-11-30 16:26:06 -03:00

12 lines
244 B
TOML

#TODO not compiled or tested
#TODO discover minimum dependencies from cmake log
[source]
git = "https://invent.kde.org/utilities/ark"
branch = "release/25.08"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"libarchive",
]