| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "id" : "lu.arnoux.Oupis",
- "runtime" : "org.gnome.Platform",
- "runtime-version" : "master",
- "sdk" : "org.gnome.Sdk",
- "command" : "oupis",
- "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" : "oupis",
- "builddir" : true,
- "buildsystem" : "meson",
- "sources" : [
- {
- "type" : "git",
- "url" : "file:///home/vetetix/Projects"
- }
- ]
- }
- ]
- }
|