mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
9 lines
179 B
TOML
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",
|
|
]
|