Files
syncwarden/packaging/nfpm.yaml
Axel Meyer 0cae2407a9
Some checks failed
Release / build (push) Failing after 46s
Fix CI: remove CGO panel builds, match working pipeline pattern
The act runner doesn't have CGO/MinGW available by default. Ship tray +
setup binaries only (panel requires CGO cross-compile, deferred to later).
Also move apt-get install to the step that needs it (zip).

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

26 lines
564 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: ./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