redox/recipes/wip/libs/libvisio/recipe.toml
2024-02-10 10:37:32 +00:00

12 lines
223 B
TOML

#TODO make dependencies work
[source]
tar = "https://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.7.tar.xz"
[build]
template = "configure"
dependencies = [
"boost",
"libicu",
"librevenge",
"libxml2",
]