redox/recipes/wip/tools/other/itstool/recipe.toml
2024-06-26 04:08:29 +00:00

9 lines
179 B
TOML

#TODO require a Python module for libxml2
[source]
tar = "http://files.itstool.org/itstool/itstool-2.0.7.tar.bz2"
[build]
template = "configure"
dependencies = [
"libxml2",
]