goldwarden/com.quexten.Goldwarden.yml

56 lines
1.9 KiB
YAML
Raw Normal View History

2023-12-23 10:33:07 +03:00
id: com.quexten.Goldwarden
runtime: org.gnome.Platform
runtime-version: '45'
sdk: org.gnome.Sdk
command: main.py
finish-args:
2023-12-26 22:49:47 +03:00
# Allow network access for sync
2023-12-23 10:33:07 +03:00
- --share=network
2023-12-26 22:49:47 +03:00
# GUI
- --share=ipc
2023-12-23 10:33:07 +03:00
- --socket=wayland
- --socket=fallback-x11
- --device=dri
2023-12-26 22:49:47 +03:00
# Lock on screensave
- --talk-name=org.gnome.ScreenSaver
- --talk-name=org.freedesktop.ScreenSaver
# Home directory access to setup browser ipc
- --filesystem=home
# pinentry & approval
- --talk-name=org.gnome.keyring.SystemPrompter
# biometric / user password auth
- --system-talk-name=org.freedesktop.PolicyKit1
2023-12-23 10:33:07 +03:00
modules:
2023-12-27 00:58:24 +03:00
- ./ui/python3-requirements.json
- name: wl-clipboard
buildsystem: simple
build-commands:
- meson setup build && cd build && ninja
- install -D build/src/wl-copy /app/bin/wl-copy
sources:
- type: git
url: https://github.com/bugaevc/wl-clipboard.git
2023-12-27 05:31:33 +03:00
tag: v2.2.1
2023-12-27 00:58:24 +03:00
- name: goldwarden-ui
2023-12-23 10:33:07 +03:00
buildsystem: simple
build-commands:
2023-12-27 05:50:39 +03:00
- install -D ./ui/main.py /app/bin/main.py
- cp -R ./ui/ /app/bin
- install -D ./ui/com.quexten.Goldwarden.desktop /app/share/applications/com.quexten.Goldwarden.desktop
- install -Dm644 ./ui/com.quexten.Goldwarden.metainfo.xml -t /app/share/metainfo/
- install -D ./ui/goldwarden.svg /app/share/icons/hicolor/scalable/apps/com.quexten.Goldwarden.svg
2023-12-23 10:33:07 +03:00
sources:
2023-12-27 05:50:39 +03:00
- type: archive
url: https://github.com/quexten/goldwarden/archive/refs/tags/v0.2.1.tar.gz
sha256: 9dbac2eeb524ed9bc70c4019dac6e826fa179520d604135e36d826361b86e8b8
2023-12-27 00:58:24 +03:00
- name: goldwarden
buildsystem: simple
build-commands:
2023-12-27 05:50:39 +03:00
- install -D goldwarden_linux_x86_64 /app/bin/goldwarden
2023-12-27 00:58:24 +03:00
sources:
- type: file
2023-12-27 05:50:39 +03:00
url: https://github.com/quexten/goldwarden/releases/download/v0.2.1/goldwarden_linux_x86_64
sha256: 7ebc9684a0e8967ea1ad911269bb69e3918e4e508b4d57268a152b08f57b37aa