mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 08:40:36 +00:00
39 lines
833 B
JSON
39 lines
833 B
JSON
{
|
|
"id" : "au.stevetech.yafi",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "49",
|
|
"sdk" : "org.gnome.Sdk",
|
|
"command" : "yafi",
|
|
"finish-args" : [
|
|
"--device=all",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--share=ipc"
|
|
],
|
|
"cleanup" : [
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/man",
|
|
"/share/doc",
|
|
"/share/gtk-doc",
|
|
"/share/man",
|
|
"/share/pkgconfig",
|
|
"*.la",
|
|
"*.a"
|
|
],
|
|
"modules" : [
|
|
"python3-cros_ec_python.json",
|
|
{
|
|
"name" : "yafi",
|
|
"builddir" : true,
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "dir",
|
|
"path" : "."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|