redox/recipes/wip/libs/other/libdex/recipe.toml
2025-10-13 16:30:09 -03:00

10 lines
239 B
TOML

#TODO not compiled or tested
# build instructions: https://gitlab.gnome.org/GNOME/libdex#building
[source]
tar = "https://download.gnome.org/sources/libdex/0.4/libdex-0.4.1.tar.xz"
[build]
template = "meson"
dependencies = [
"glib",
]