You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jade_gui/al.getcyrst.jadegui.json

39 lines
876 B
JSON

{
"app-id" : "al.getcryst.jadegui",
"runtime" : "org.gnome.Platform",
2 years ago
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
2 years ago
"command" : "jade_gui",
"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" : "jade_gui",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "file:///var/home/user/Projects/jade_gui"
}
]
}
]
}