lemonade/ml.mdwalters.Lemonade.json

41 lines
947 B
JSON

{
"app-id" : "ml.mdwalters.Lemonade",
"runtime" : "org.gnome.Platform",
"runtime-version" : "45",
"sdk" : "org.gnome.Sdk",
"command" : "lemonade",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
"python3-modules.json",
{
"name" : "lemonade",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/mdwalters/lemonade.git",
"tag" : "2023.10.29"
}
]
}
]
}