mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
10 lines
289 B
TOML
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",
|
|
]
|