about summary refs log tree commit diff stats
path: root/net.iotib.Pong.yml
diff options
context:
space:
mode:
Diffstat (limited to 'net.iotib.Pong.yml')
-rw-r--r--net.iotib.Pong.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/net.iotib.Pong.yml b/net.iotib.Pong.yml
new file mode 100644
index 0000000..49d10bd
--- /dev/null
+++ b/net.iotib.Pong.yml
@@ -0,0 +1,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/
\ No newline at end of file