22 lines
427 B
YAML
22 lines
427 B
YAML
app-id: io.orbithub.OrbitHub
|
|
runtime: org.kde.Platform
|
|
runtime-version: "6.8"
|
|
sdk: org.kde.Sdk
|
|
command: orbithub
|
|
finish-args:
|
|
- --share=network
|
|
- --share=ipc
|
|
- --socket=fallback-x11
|
|
- --socket=wayland
|
|
- --device=dri
|
|
- --filesystem=home
|
|
modules:
|
|
- name: orbithub
|
|
buildsystem: cmake-ninja
|
|
builddir: true
|
|
config-opts:
|
|
- -DCMAKE_BUILD_TYPE=Release
|
|
sources:
|
|
- type: dir
|
|
path: ../..
|