23 lines
470 B
YAML
23 lines
470 B
YAML
# SPDX-FileCopyrightText: 2023 Yury Gubich <blue@macaw.me>
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
app-id: org.macaw.magpie
|
|
runtime: org.kde.Platform
|
|
runtime-version: '6.6'
|
|
sdk: org.kde.Sdk
|
|
command: magpie
|
|
finish-args:
|
|
- --share=ipc
|
|
- --share=network
|
|
- --socket=fallback-x11
|
|
- --socket=wayland
|
|
- --device=dri
|
|
modules:
|
|
- name: magpie
|
|
buildsystem: cmake
|
|
config-opts:
|
|
- -DCMAKE_BUILD_TYPE=Debug
|
|
sources:
|
|
- type: dir
|
|
path: .
|