aboutsummaryrefslogtreecommitdiff
path: root/me.alee14.erable.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-08-07 13:40:50 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-08-07 13:40:50 -0400
commitd5f1abb9c84ef7b8d479e2b453947373b24a7306 (patch)
tree5c8643196f34ff8dfa008adbcac007e4b602d405 /me.alee14.erable.json
downloadErable-master.tar.gz
Erable-master.tar.bz2
Erable-master.zip
Initial commitHEADmaster
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"
+ }
+ ]
+ }
+ ]
+}