diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-08-07 13:40:50 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-08-07 13:40:50 -0400 |
| commit | d5f1abb9c84ef7b8d479e2b453947373b24a7306 (patch) | |
| tree | 5c8643196f34ff8dfa008adbcac007e4b602d405 /me.alee14.erable.json | |
| download | Erable-d5f1abb9c84ef7b8d479e2b453947373b24a7306.tar.gz Erable-d5f1abb9c84ef7b8d479e2b453947373b24a7306.tar.bz2 Erable-d5f1abb9c84ef7b8d479e2b453947373b24a7306.zip | |
Diffstat (limited to 'me.alee14.erable.json')
| -rw-r--r-- | me.alee14.erable.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/me.alee14.erable.json b/me.alee14.erable.json new file mode 100644 index 0000000..a63045b --- /dev/null +++ b/me.alee14.erable.json @@ -0,0 +1,38 @@ +{ + "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" + } + ] + } + ] +} |
