1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-19 07:37:44 +00:00
astra/flatpak/kirigami-addons.json

16 lines
374 B
JSON
Raw Normal View History

{
"name": "kirigami-addons",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=Release",
"-DQT_MAJOR_VERSION=6"
],
"buildsystem": "cmake-ninja",
"sources": [
{ "type": "git", "url": "https://invent.kde.org/libraries/kirigami-addons.git", "branch": "master" }
],
"cleanup": [
"/lib/debug"
]
}