mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-08 11:37:45 +00:00
13 lines
329 B
JSON
13 lines
329 B
JSON
|
{
|
||
|
"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" }
|
||
|
]
|
||
|
}
|