mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
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" : [
|
|
{
|
|
"name" : "yafi",
|
|
"builddir" : true,
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "dir",
|
|
"path" : "."
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "cros_ec_python",
|
|
"buildsystem": "simple",
|
|
"build-options": {
|
|
"build-args": [
|
|
"--share=network"
|
|
]
|
|
},
|
|
"build-commands": [
|
|
"pip3 install --prefix=${FLATPAK_DEST} --no-cache-dir \"cros_ec_python>=0.2.0\""
|
|
]
|
|
}
|
|
]
|
|
}
|