redox/recipes/wip/doc/gtk-doc/recipe.toml

13 lines
250 B
TOML

#TODO compiling, not tested
[source]
tar = "https://download.gnome.org/sources/gtk-doc/1.33/gtk-doc-1.33.2.tar.xz"
[build]
template = "meson"
mesonflags = [
"-Dtests=false",
"-Dyelp_manual=false",
]
dev-dependencies = [
"host:libxslt",
]