redox/recipes/wip/libs/gnome/gexiv2/recipe.toml
2026-06-13 21:47:11 -03:00

13 lines
317 B
TOML

#TODO not compiled or tested
# build instructions: https://gitlab.gnome.org/GNOME/gexiv2/-/blob/master/INSTALLING?ref_type=heads
[source]
tar = "https://download.gnome.org/sources/gexiv2/0.14/gexiv2-0.14.2.tar.xz"
[build]
template = "meson"
mesonflags = [
"-Dintrospection=false"
]
dependencies = [
"exiv2"
]