app-id: com.cypherstack.stackduo runtime: org.freedesktop.Platform runtime-version: '24.08' sdk: org.freedesktop.Sdk command: stack_duo finish-args: - --share=network - --share=ipc - --socket=fallback-x11 - --socket=wayland - --device=dri - --filesystem=~/.stackduo:create - --talk-name=org.freedesktop.secrets - --talk-name=org.freedesktop.Notifications modules: - name: stack_duo buildsystem: simple build-commands: - mkdir -p /app/lib/stack_duo - install -Dm755 bundle/stack_duo /app/lib/stack_duo/stack_duo - cp -r bundle/lib bundle/data /app/lib/stack_duo/ - install -Dm755 stack_duo.sh /app/bin/stack_duo - install -Dm644 com.cypherstack.stackduo.desktop /app/share/applications/com.cypherstack.stackduo.desktop - install -Dm644 com.cypherstack.stackduo.metainfo.xml /app/share/metainfo/com.cypherstack.stackduo.metainfo.xml - install -Dm644 com.cypherstack.stackduo.png /app/share/icons/hicolor/512x512/apps/com.cypherstack.stackduo.png sources: - type: dir path: .