diff options
Diffstat (limited to 'xen.nya.autodark.json')
-rw-r--r-- | xen.nya.autodark.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/xen.nya.autodark.json b/xen.nya.autodark.json new file mode 100644 index 0000000..1ef1a21 --- /dev/null +++ b/xen.nya.autodark.json @@ -0,0 +1,33 @@ +{ + "id" : "xen.nya.autodark", + "runtime" : "org.freedesktop.Platform", + "runtime-version" : "23.08", + "sdk" : "org.freedesktop.Sdk", + "command" : "autodarkmode", + "finish-args" : [ + ], + "cleanup" : [ + "/include", + "/lib/pkgconfig", + "/man", + "/share/doc", + "/share/gtk-doc", + "/share/man", + "/share/pkgconfig", + "*.la", + "*.a" + ], + "modules" : [ + { + "name" : "autodarkmode", + "builddir" : true, + "buildsystem" : "meson", + "sources" : [ + { + "type" : "git", + "url" : "file:///home/xen/Projects" + } + ] + } + ] +} |