aboutsummaryrefslogtreecommitdiff
path: root/xen.nya.autodark.json
diff options
context:
space:
mode:
authoraxtloss <axtlos@disroot.org>2024-05-28 13:01:13 +0200
committeraxtloss <axtlos@disroot.org>2024-05-28 13:01:13 +0200
commitb666cb3b757b408c9515b4749c7e8a05971ec451 (patch)
tree67f313f43f73205f987943a9e2cb6b367d0eb913 /xen.nya.autodark.json
downloadautodarkmode-b666cb3b757b408c9515b4749c7e8a05971ec451.tar.gz
autodarkmode-b666cb3b757b408c9515b4749c7e8a05971ec451.tar.bz2
add files
Diffstat (limited to 'xen.nya.autodark.json')
-rw-r--r--xen.nya.autodark.json33
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"
+ }
+ ]
+ }
+ ]
+}