CTest/org.gnome.Example.json
Vasiliy Doylov 75d2b67548
Initial commit
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
2025-03-11 17:23:59 +03:00

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"
}
]
}
]
}