Internal
Public Access
24 lines
575 B
YAML
24 lines
575 B
YAML
app-id: org.darksingularity.OrbitHub
|
|
runtime: org.kde.Platform
|
|
runtime-version: "6.11"
|
|
sdk: org.kde.Sdk
|
|
command: orbithub
|
|
finish-args:
|
|
- --share=network
|
|
- --share=ipc
|
|
- --socket=fallback-x11
|
|
- --socket=wayland
|
|
- --device=dri
|
|
- --filesystem=~/.ssh
|
|
modules:
|
|
- name: orbithub
|
|
buildsystem: cmake-ninja
|
|
builddir: true
|
|
config-opts:
|
|
- -DCMAKE_BUILD_TYPE=Release
|
|
sources:
|
|
- type: git
|
|
url: https://git.darksingularity.org/DarkSingularity/orbithub.git
|
|
tag: v2026.9.14.2
|
|
commit: 3e621219f12e9168b152140d927d672f7877b379
|