File flatpak.yml of Package openterface

app-id: com.techxartisanstudio.Openterface
runtime: org.kde.Platform
runtime-version: '6.7'
sdk: org.kde.Sdk
command: openterface

modules:
  - name: openterface
    buildsystem: simple
    build-commands:
      - qmake PREFIX=/app
      - make
      - make install
    sources:
      - type: archive
        url: https://github.com/TechxArtisanStudio/Openterface_QT/archive/%{version}.tar.gz
        #sha256: <SHA256_SUM_OF_THE_ARCHIVE>

finish-args:
  - --share=ipc
  - --socket=fallback-x11
  - --socket=wayland
  - --device=dri
  - --device=input
  - --socket=pulseaudio
  - --env=QT_QPA_PLATFORM=wayland;xcb

openSUSE Build Service is sponsored by