diff options
| author | Justin Zobel <[email protected]> | 2025-02-08 14:41:22 +1030 |
|---|---|---|
| committer | Justin Zobel <[email protected]> | 2025-02-08 08:58:20 +0000 |
| commit | 3ff3b35e963269f31cdf572257b25ea17c6b6958 (patch) | |
| tree | 56b59318c39305d4835a8d3c92c2ec0ed742ed85 /.flatpak-manifest.json | |
| parent | f6c97d52220be9bd996b71309051e56ff7aa1834 (diff) | |
CI: Flatpak: Add KDE CLI Tools
Diffstat (limited to '.flatpak-manifest.json')
| -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": [ |
