aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraxtloss <axtlos@tar.black>2022-10-12 11:54:12 +0200
committeraxtloss <axtlos@tar.black>2022-10-12 11:54:12 +0200
commitd105a4ca6204dc7df384e270a618ac0194340f39 (patch)
treeb4395cc00fbc1c8f1f51eb0332b050188d494ba1
parent3df1437052a33152135abebcc55cf9ef63d4521a (diff)
downloadflatpaks-d105a4ca6204dc7df384e270a618ac0194340f39.tar.gz
flatpaks-d105a4ca6204dc7df384e270a618ac0194340f39.tar.bz2
Add com.github.duckythescientist.obfuscatedLife
Diffstat (limited to '')
-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