2023-12-23 08:33:07 +01:00
|
|
|
id: com.quexten.Goldwarden
|
|
|
|
runtime: org.gnome.Platform
|
|
|
|
runtime-version: '45'
|
|
|
|
sdk: org.gnome.Sdk
|
|
|
|
command: main.py
|
|
|
|
finish-args:
|
|
|
|
- --share=ipc
|
|
|
|
- --share=network
|
|
|
|
- --socket=wayland
|
|
|
|
- --socket=fallback-x11
|
|
|
|
- --filesystem=home
|
2023-12-23 12:26:01 +01:00
|
|
|
# todo remove this
|
|
|
|
- --socket=session-bus
|
2023-12-23 08:33:07 +01:00
|
|
|
modules:
|
|
|
|
- name: goldwarden
|
|
|
|
buildsystem: simple
|
|
|
|
build-options:
|
|
|
|
build-args:
|
|
|
|
- "--share=network"
|
|
|
|
build-commands:
|
2023-12-23 12:26:01 +01:00
|
|
|
- pip3 install --prefix=/app tendo
|
2023-12-23 08:33:07 +01:00
|
|
|
- install -D main.py /app/bin/main.py
|
|
|
|
- install -D com.quexten.Goldwarden.desktop /app/share/applications/com.quexten.Goldwarden.desktop
|
|
|
|
- install -D goldwarden.svg /app/share/icons/hicolor/scalable/apps/com.quexten.Goldwarden.svg
|
2023-12-23 12:26:01 +01:00
|
|
|
- cp -R ./ /app/bin/
|
2023-12-23 08:33:07 +01:00
|
|
|
sources:
|
|
|
|
- type: dir
|
|
|
|
path: ui
|