24 lines
584 B
YAML
24 lines
584 B
YAML
id: org.flatpak.BeOpen
|
|
runtime: org.freedesktop.Platform.ffmpeg-full
|
|
runtime-version: '22.08'
|
|
sdk: org.freedesktop.Sdk
|
|
command: runner.sh
|
|
modules:
|
|
- python3-requirements.json
|
|
- name: runner
|
|
buildsystem: simple
|
|
build-options:
|
|
build-args: [--share=network]
|
|
build-commands:
|
|
- install -D runner.sh /app/bin/runner.sh
|
|
- install -D main.py /app/main.py
|
|
- cp -r modules/ /app/modules
|
|
sources:
|
|
- type: file
|
|
path: runner.sh
|
|
- type: file
|
|
path: ../main.py
|
|
- type: dir
|
|
path: ../modules/
|
|
dest: modules/
|