Files
syncwarden/packaging/nfpm.yaml
Axel Meyer 6149a82d0b
Some checks failed
Release / build (push) Failing after 21s
Restore panel build in CI, add browser fallback for Open Admin Panel
- Re-add CGO panel builds with apt-get install of gcc/g++/mingw-w64/webkit2gtk
- Panel launch falls back to default browser if panel binary not found
- Restore panel binary in nfpm .deb package

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 21:55:29 +01:00

28 lines
627 B
YAML

name: syncwarden
arch: amd64
platform: linux
version: "${VERSION}"
maintainer: "calic"
description: "Lightweight system tray wrapper for Syncthing"
vendor: "calic"
homepage: "https://git.davoryn.de/calic/syncwarden"
license: MIT
contents:
- src: ./syncwarden
dst: /usr/bin/syncwarden
- src: ./syncwarden-panel
dst: /usr/bin/syncwarden-panel
- src: ./packaging/linux/syncwarden.desktop
dst: /etc/xdg/autostart/syncwarden.desktop
type: config
scripts:
postinstall: ./packaging/linux/postinstall.sh
preremove: ./packaging/linux/preremove.sh
depends:
- syncthing
recommends:
- libwebkit2gtk-4.0-37