Beekeeper/xyz.trollcall.Beekeeper.json
MeowcaTheoRange 278186d5ef I lived bitch
2023-04-29 01:14:17 -05:00

41 lines
963 B
JSON

{
"app-id" : "xyz.trollcall.Beekeeper",
"runtime" : "org.gnome.Platform",
"runtime-version" : "44",
"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",
"url" : "file:///home/mtr/Projects/Builder/projects/Beekeeper"
}
]
}
],
"build-options" : {
"env" : { }
}
}