{ "id": "org.kde.keysmith", "runtime": "org.kde.Platform", "runtime-version": "5.12", "sdk": "org.kde.Sdk", "command": "keysmith", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", "finish-args": [ "--share=ipc", "--share=network", "--socket=x11", "--socket=wayland", "--device=dri", "--filesystem=home", "--talk-name=org.freedesktop.Notifications" ], "separate-locales": false, "modules": [ { "name": "libsodium", "buildsystem": "autotools", "builddir": true, "sources": [ { "type": "git", "url": "https://github.com/jedisct1/libsodium.git", "tag": "1.0.18" } ] }, { "name": "org.kde.keysmith", "buildsystem": "cmake-ninja", "builddir": true, "sources": [ { "type": "dir", "path": ".", "skip": [".git"] } ] } ] }