Internal
Public Access
24 lines
574 B
YAML
24 lines
574 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.8.3
|
|
commit: 8e98c208c9e366e9e2f4b5391aadd11a2e897fca
|