mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
add a recipe
This commit is contained in:
parent
047d1a2a02
commit
7a2dd1ae0e
11
recipes/wip/video/snapshot/recipe.toml
Normal file
11
recipes/wip/video/snapshot/recipe.toml
Normal 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",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user