com.roundabout_host.roundabout.Izvor.yaml
ASCII text
1id: com.roundabout_host.roundabout.Izvor 2runtime: org.freedesktop.Platform 3runtime-version: "24.08" 4sdk: org.freedesktop.Sdk 5command: izvor 6finish-args: 7- --share=network 8- --filesystem=host 9- --socket=fallback-x11 10- --share=ipc 11- --socket=wayland 12- --talk-name=org.freedesktop.Flatpak 13modules: 14# flatpak-pip-generator 15- pypi-dependencies.json 16- name: izvor 17buildsystem: simple 18build-commands: 19- | 20PYTHON_NAME=python$(python3 -c 'import sys; print("{}.{}".format(*sys.version_info))') 21mkdir -p /app/lib/$PYTHON_NAME/site-packages/izvor_utils 22cp -r ./izvor_utils /app/lib/$PYTHON_NAME/site-packages/ 23- mkdir -p /app/bin /app/share/izvor 24- cp -r ./src/* /app/share/izvor/ 25- chmod +x /app/share/izvor/__init__.py 26- ln -s /app/share/izvor/__init__.py /app/bin/izvor 27- install -Dm644 com.roundabout_host.roundabout.Izvor.svg -t /app/share/icons/hicolor/scalable/apps/ 28- install -Dm644 com.roundabout_host.roundabout.Izvor.desktop -t /app/share/applications/ 29- install -Dm644 com.roundabout_host.roundabout.Izvor.metainfo.xml -t /app/share/metainfo/ 30sources: 31- type: git 32url: https://roundabout-host.com/git/roundabout/izvor 33tag: v1.0.0 34commit: 9147073117f9b4381fd9452c410683107c48a1c6