blob: dee6ccd339330eeecad1b32efeed0a517b04916a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|