26 lines
707 B
YAML
26 lines
707 B
YAML
id: org.flatpak.BeOpen
|
|
runtime: org.freedesktop.Platform
|
|
runtime-version: '23.08'
|
|
sdk: org.freedesktop.Sdk
|
|
command: runner.sh
|
|
modules:
|
|
- python3-requirements.json
|
|
- name: cpython
|
|
sources:
|
|
- type: archive
|
|
url: https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tar.xz
|
|
sha256: f434053ba1b5c8a5cc597e966ead3c5143012af827fd3f0697d21450bb8d87a6
|
|
- name: runner
|
|
buildsystem: simple
|
|
build-commands:
|
|
- install -D main.py /app/main.py
|
|
- install -D modules /app/modules
|
|
- install -D runner.sh /app/bin/runner.sh
|
|
sources:
|
|
- type: file
|
|
path: ../runner.sh
|
|
- type: file
|
|
path: ../main.py
|
|
- type: dir
|
|
path: ../modules
|