redox/recipes/wip/libs/other/appstream/recipe.toml
2025-10-14 11:09:28 -03:00

14 lines
339 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/ximion/appstream#build--install
#TODO missing dependencies
[source]
tar = "https://www.freedesktop.org/software/appstream/releases/AppStream-1.1.1.tar.xz"
[build]
template = "meson"
dependencies = [
"glib",
"gobject-introspection",
"libxml2",
"curl",
]