summary refs log tree commit diff stats
path: root/net.iotib.Pong.yml
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-05-30 21:07:45 -0400
committerCharadon <dev@iotib.net>2022-05-30 21:07:45 -0400
commitb1de6008bdfbd5bdeb62d2d3dad953019555556b (patch)
treef3ec65de21ef7294f53b0114616ccaca04bb4415 /net.iotib.Pong.yml
downloadPong-C-b1de6008bdfbd5bdeb62d2d3dad953019555556b.tar.gz
Initial Commit
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