From 7a2dd1ae0e2bd77102d32a59fea6f14baf5b8806 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 24 Feb 2024 02:45:22 +0000 Subject: [PATCH] add a recipe --- recipes/wip/video/snapshot/recipe.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/wip/video/snapshot/recipe.toml diff --git a/recipes/wip/video/snapshot/recipe.toml b/recipes/wip/video/snapshot/recipe.toml new file mode 100644 index 000000000..6c5a1db45 --- /dev/null +++ b/recipes/wip/video/snapshot/recipe.toml @@ -0,0 +1,11 @@ +#TODO maybe wrong template, see https://gitlab.gnome.org/GNOME/snapshot +[source] +tar = "https://download.gnome.org/sources/snapshot/45/snapshot-45.2.tar.xz" +[build] +template = "cargo" +dependencies = [ + "glib", + "gtk4", + "libadwaita", + "gstreamer", +] -- GitLab