Linux native client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
481 B

# Flatpak manifest sketch — fill app-id, finish-args, and icon before publishing.
app-id: org.imwald.Imwald
runtime: org.kde.Platform
runtime-version: '6.7'
sdk: org.kde.Sdk
command: imwald
finish-args:
- --share=network
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --device=dri
modules:
- name: imwald
buildsystem: simple
build-commands:
- pip3 install --prefix=/app --no-build-isolation .
sources:
- type: dir
path: ..