redox/recipes/wip/archives/file-roller/recipe.toml
2025-10-13 11:45:23 -03:00

14 lines
369 B
TOML

#TODO not compiled or tested
# build instructions: https://gitlab.gnome.org/GNOME/file-roller#building-locally
# the libportal dependency is for flatpak, maybe it's optional
[source]
tar = "https://download.gnome.org/sources/file-roller/44/file-roller-44.3.tar.xz"
[build]
template = "meson"
dependencies = [
"glib",
"gtk3",
"libhandy",
"libarchive",
]