redox/recipes/wip/archives/file-roller/recipe.toml
Josh Megnauth eee3848030
Ensure all TOML recipes are valid
* Dependencies have to be proper package names
* A few WIP packages had invalid TOMLs, like missing quotation marks for
  strings
2025-07-14 08:13:38 -04:00

13 lines
419 B
TOML

#TODO missing script for Meson, see https://gitlab.gnome.org/GNOME/file-roller#building-locally
#TODO the "libportal" dependency is for Flatpak, maybe it's optional - https://gitlab.gnome.org/GNOME/file-roller#dependencies
[source]
tar = "https://download.gnome.org/sources/file-roller/44/file-roller-44.3.tar.xz"
[build]
template = "custom"
dependencies = [
"glib",
"gtk3",
"libhandy",
"libarchive",
]