Warning, /packaging/flatpak-kde-applications/org.kde.okteta.json is written in an unsupported language. File is not indexed.

0001 {
0002     "id": "org.kde.okteta",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "okteta",
0008     "tags": ["nightly"],
0009     "desktop-file-name-suffix": " (Nightly)",
0010     "finish-args": [
0011         "--device=dri",
0012         "--share=ipc",
0013         "--socket=cups",
0014         "--socket=wayland",
0015         "--socket=x11"
0016     ],
0017     "cleanup": [
0018         "/include",
0019         "/lib/pkgconfig"
0020     ],
0021     "modules": [
0022         {
0023             "name": "okteta",
0024             "buildsystem": "cmake",
0025             "sources": [ { "type": "git", "url": "https://invent.kde.org/utilities/okteta.git", "branch": "master" } ]
0026         }
0027     ]
0028 }