33 lines
728 B
JSON
33 lines
728 B
JSON
{
|
|
"id" : "org.gnome.Example",
|
|
"runtime" : "org.freedesktop.Platform",
|
|
"runtime-version" : "23.08",
|
|
"sdk" : "org.freedesktop.Sdk",
|
|
"command" : "ctest",
|
|
"finish-args" : [
|
|
],
|
|
"cleanup" : [
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/man",
|
|
"/share/doc",
|
|
"/share/gtk-doc",
|
|
"/share/man",
|
|
"/share/pkgconfig",
|
|
"*.la",
|
|
"*.a"
|
|
],
|
|
"modules" : [
|
|
{
|
|
"name" : "ctest",
|
|
"builddir" : true,
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "file:///home/neko/Projects"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|