about summary refs log tree commit diff stats
path: root/net.iotib.Pong.yml
blob: b057db36612831b4aec6a56162361b369338c668 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
app-id: net.iotib.Pong
branch: '0.2'
appdata-license: 'GPL-3.0-only'
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: launch.sh
modules:
  - name: Pong
    buildsystem: meson
    config-opts:
      - -Dbuild_flatpak=true
    sources:
      - type: file
        path: meson.build
      - type: file
        path: meson_options.txt
      - type: dir
        path: src
        dest: src
      - type: dir
        path: resources
        dest: resources
      - type: dir
        path: raylib
        dest: raylib
finish-args:
  - --socket=x11
  - --device=dri
  - --share=ipc
  - --socket=pulseaudio
  - --socket=wayland