From d105a4ca6204dc7df384e270a618ac0194340f39 Mon Sep 17 00:00:00 2001 From: axtloss Date: Wed, 12 Oct 2022 11:54:12 +0200 Subject: Add com.github.duckythescientist.obfuscatedLife --- com.github.duckythescientist.obfuscatedLife/README.md | 2 ++ .../com.github.duckythescientist.obfuscatedLife.yml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 com.github.duckythescientist.obfuscatedLife/README.md create mode 100644 com.github.duckythescientist.obfuscatedLife/com.github.duckythescientist.obfuscatedLife.yml (limited to 'com.github.duckythescientist.obfuscatedLife') 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 -- cgit v1.2.3