Beekeeper/xyz.trollcall.Beekeeper.json

42 lines
963 B
JSON
Raw Normal View History

2023-04-24 06:47:34 +00:00
{
"app-id" : "xyz.trollcall.Beekeeper",
"runtime" : "org.gnome.Platform",
2023-04-29 06:14:17 +00:00
"runtime-version" : "44",
2023-04-24 06:47:34 +00:00
"sdk" : "org.gnome.Sdk",
"command" : "xyz.trollcall.Beekeeper",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "beekeeper",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
2023-04-29 06:14:17 +00:00
"url" : "file:///home/mtr/Projects/Builder/projects/Beekeeper"
2023-04-24 06:47:34 +00:00
}
]
}
2023-04-29 06:14:17 +00:00
],
"build-options" : {
"env" : { }
}
2023-04-24 06:47:34 +00:00
}