This repository has been archived on 2025-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
Files
beopen/flatpak/org.flatpak.BeOpen_1.yml
2025-02-10 12:37:33 +00:00

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/