From b666cb3b757b408c9515b4749c7e8a05971ec451 Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 28 May 2024 13:01:13 +0200 Subject: add files --- xen.nya.autodark.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 xen.nya.autodark.json (limited to 'xen.nya.autodark.json') 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" + } + ] + } + ] +} -- cgit v1.2.3