add a recipe

This commit is contained in:
Ribbon 2024-02-24 02:45:22 +00:00
parent 047d1a2a02
commit 7a2dd1ae0e

View File

@ -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",
]