joeydev/flatpak.yaml

31 lines
630 B
YAML

app-id: com.kangaroopunch.JoeyDev
runtime: org.gnome.Platform
runtime-version: '3.26'
sdk: org.gnome.Sdk
command: joeydev
modules:
- name: joeydev
buildsystem: cmake-ninja
#config-opts:
sources:
- type: dir
path: include
- type: dir
path: src
- type: dir
path: thirdparty
- type: dir
path: ui
- type: dir
path: tools
- type: file
path: buildDeps.sh
- type: file
path: CMakeLists.txt
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --filesystem=host
- --share=network
- --device=dri