diff options
Diffstat (limited to 'com.github.duckythescientist.obfuscatedLife/com.github.duckythescientist.obfuscatedLife.yml')
-rw-r--r-- | com.github.duckythescientist.obfuscatedLife/com.github.duckythescientist.obfuscatedLife.yml | 17 |
1 files changed, 17 insertions, 0 deletions
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 |