diff options
| -rw-r--r-- | .flatpak-manifest.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 80a7a8fda..0e9fa53c6 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -28,6 +28,16 @@ ], "modules": [ { + "name": "kde-cli-tools", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/plasma/kde-cli-tools.git" + } + ] + }, + { "name": "zstd", "buildsystem": "simple", "build-commands": [ |
