mirror of
https://github.com/dk98174003/Meshtastic-Client.git
synced 2026-07-06 09:51:55 +02:00
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
id: dk.it4home.MeshtasticClient
|
|
runtime: org.freedesktop.Platform
|
|
runtime-version: '24.08'
|
|
sdk: org.freedesktop.Sdk
|
|
command: meshtastic-client
|
|
finish-args:
|
|
- --share=network
|
|
- --socket=x11
|
|
- --socket=wayland
|
|
- --socket=pulseaudio
|
|
- --filesystem=home
|
|
|
|
modules:
|
|
- name: meshtastic-client
|
|
buildsystem: simple
|
|
build-commands:
|
|
- install -D meshtastic_client.py /app/bin/meshtastic-client
|
|
- chmod +x /app/bin/meshtastic-client
|
|
- pip3 install --prefix=/app --no-build-isolation --no-index --find-links=vendor --ignore-installed vendor/*.whl
|
|
sources:
|
|
- type: dir
|
|
path: .
|
|
|
|
- name: desktop-file
|
|
buildsystem: simple
|
|
build-commands:
|
|
- install -D dk.it4home.MeshtasticClient.desktop /app/share/applications/dk.it4home.MeshtasticClient.desktop
|
|
- install -D icon.png /app/share/icons/hicolor/512x512/apps/dk.it4home.MeshtasticClient.png
|
|
sources:
|
|
- type: dir
|
|
path: .
|
|
|
|
- name: noto-color-emoji
|
|
buildsystem: simple
|
|
build-commands:
|
|
- install -D NotoColorEmoji.ttf /app/share/fonts/truetype/NotoColorEmoji.ttf
|
|
- fc-cache -fv
|
|
sources:
|
|
- type: file
|
|
path: NotoColorEmoji.ttf
|