aboutsummaryrefslogtreecommitdiff
path: root/me.alee14.erable.json
diff options
context:
space:
mode:
Diffstat (limited to 'me.alee14.erable.json')
-rw-r--r--me.alee14.erable.json38
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"
+ }
+ ]
+ }
+ ]
+}