39 lines
866 B
JSON
39 lines
866 B
JSON
{
|
|
"id" : "com.winscloud.Aekasarn",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "45",
|
|
"sdk" : "org.gnome.Sdk",
|
|
"command" : "aekasarn",
|
|
"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" : [
|
|
{
|
|
"name" : "aekasarn",
|
|
"builddir" : true,
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "file:///home/winsdominoes/Projects"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|