mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
14 lines
369 B
TOML
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",
|
|
]
|