diff options
author | axtloss <axtlos@tar.black> | 2022-10-12 11:54:12 +0200 |
---|---|---|
committer | axtloss <axtlos@tar.black> | 2022-10-12 11:54:12 +0200 |
commit | d105a4ca6204dc7df384e270a618ac0194340f39 (patch) | |
tree | b4395cc00fbc1c8f1f51eb0332b050188d494ba1 /com.github.duckythescientist.obfuscatedLife | |
parent | 3df1437052a33152135abebcc55cf9ef63d4521a (diff) | |
download | flatpaks-d105a4ca6204dc7df384e270a618ac0194340f39.tar.gz flatpaks-d105a4ca6204dc7df384e270a618ac0194340f39.tar.bz2 |
Add com.github.duckythescientist.obfuscatedLife
Diffstat (limited to '')
-rw-r--r-- | com.github.duckythescientist.obfuscatedLife/README.md | 2 | ||||
-rw-r--r-- | com.github.duckythescientist.obfuscatedLife/com.github.duckythescientist.obfuscatedLife.yml | 17 |
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 |