about summary refs log tree commit diff stats
path: root/net.iotib.Pong.yml
blob: 49d10bd1d5cb585c90d787789db4ead6529397e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
app-id: net.iotib.Pong
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: /app/Pong/Pong
modules:
  - name: Pong
    buildsystem: simple
    build-commands:
      - make
      - mkdir -p /app/Pong
      - cp -r resources /app/Pong
      - install -Dm755 Pong /app/Pong/Pong
    sources:
      - type: file
        path: Makefile
      - type: dir
        path: src/
      - type: dir
        path: resources/