{ "id": "org.kde.keysmith", "runtime": "org.kde.Platform", "runtime-version": "6.7", "sdk": "org.kde.Sdk", "command": "keysmith", "rename-icon": "keysmith", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri" ], "separate-locales": false, "modules": [ { "name": "libsodium", "buildsystem": "autotools", "builddir": true, "sources": [ { "type": "archive", "url": "https://github.com/jedisct1/libsodium/archive/refs/tags/1.0.18-RELEASE.tar.gz", "sha256": "b7292dd1da67a049c8e78415cd498ec138d194cfdb302e716b08d26b80fecc10" } ] }, { "name": "kirigamiaddons", "config-opts": [ "-DBUILD_TESTING=OFF" ], "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/kirigami-addons.git", "branch": "master" } ] }, { "name": "org.kde.keysmith", "buildsystem": "cmake-ninja", "config-opts": [ "-DBUILD_TESTING=OFF", "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ], "builddir": true, "sources": [ { "type": "dir", "path": ".", "skip": [".git"] } ] } ] }