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

10 lines
289 B
TOML

#TODO probably missing dependencies, see: https://github.com/mypaint/libmypaint/#dependencies
[source]
tar = "https://github.com/mypaint/libmypaint/releases/download/v1.6.0/libmypaint-1.6.0.tar.xz"
[build]
template = "configure"
dependencies = [
"glib",
"gobject-introspection",
]