aboutsummaryrefslogtreecommitdiff
path: root/com.github.duckythescientist.obfuscatedLife
diff options
context:
space:
mode:
Diffstat (limited to 'com.github.duckythescientist.obfuscatedLife')
-rw-r--r--com.github.duckythescientist.obfuscatedLife/README.md2
-rw-r--r--com.github.duckythescientist.obfuscatedLife/com.github.duckythescientist.obfuscatedLife.yml17
2 files changed, 19 insertions, 0 deletions
diff --git a/com.github.duckythescientist.obfuscatedLife/README.md b/com.github.duckythescientist.obfuscatedLife/README.md
new file mode 100644
index 0000000..ae9c56b
--- /dev/null
+++ b/com.github.duckythescientist.obfuscatedLife/README.md
@@ -0,0 +1,2 @@
+# [obfuscatedLife](https://github.com/duckythescientist/obfuscatedLife)
+It works.
diff --git a/com.github.duckythescientist.obfuscatedLife/com.github.duckythescientist.obfuscatedLife.yml b/com.github.duckythescientist.obfuscatedLife/com.github.duckythescientist.obfuscatedLife.yml
new file mode 100644
index 0000000..dee6ccd
--- /dev/null
+++ b/com.github.duckythescientist.obfuscatedLife/com.github.duckythescientist.obfuscatedLife.yml
@@ -0,0 +1,17 @@
+app-id: com.github.duckythescientist.obfuscatedLife
+runtime: org.freedesktop.Platform
+runtime-version: '22.08'
+sdk: org.freedesktop.Sdk
+
+command: obfuscatedLife
+
+modules:
+ - name: obfuscatedLife
+ buildsystem: simple
+ sources:
+ - type: git
+ url: https://github.com/duckythescientist/obfuscatedLife
+ branch: original
+ build-commands:
+ - gcc life.c
+ - install -Dm755 a.out /app/bin/obfuscatedLife