redox/recipes/wip/libnotify/recipe.toml
2023-11-30 18:13:53 +00:00

12 lines
238 B
TOML

#TODO missing script for Meson
[source]
tar = "https://download.gnome.org/sources/libnotify/0.8/libnotify-0.8.3.tar.xz"
[build]
template = "custom"
dependencies = [
"gtk3",
"gdk-pixbuf",
"gobject-introspection",
"glib",
]