redox/recipes/wip/libs/libmypaint/recipe.toml
2024-02-22 03:31:34 +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",
]