blackbody/eu.nimmerfort.blackbody-deb...

54 lines
1.2 KiB
JSON

{
"app-id" : "eu.nimmerfort.blackbody",
"build-options" : {
"append-path" : "/usr/lib/sdk/rust-stable/bin",
"build-args" : [
"--share=network"
],
"env" : {
"BLACKBODY_BUILDER" : "default",
"RUST_BACKTRACE" : "1",
"RUST_LOG" : "blackbody=debug"
}
},
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"command" : "blackbody",
"finish-args" : [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland"
],
"modules" : [
{
"builddir" : true,
"buildsystem" : "meson",
"name" : "blackbody",
"config-opts" : [
"--buildtype=debug"
],
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
}
],
"runtime" : "org.gnome.Platform",
"runtime-version" : "41",
"sdk" : "org.gnome.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.rust-stable"
]
}