mirror of
https://github.com/Alee14/Erable.git
synced 2025-01-22 10:22:04 -05:00
38 lines
854 B
JSON
38 lines
854 B
JSON
{
|
|
"app-id" : "me.alee14.erable",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "44",
|
|
"sdk" : "org.gnome.Sdk",
|
|
"command" : "erable",
|
|
"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" : "erable",
|
|
"builddir" : true,
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "file:///home/andrew/Projects"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|