Some checks failed
Release / build (push) Failing after 21s
- 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>
28 lines
627 B
YAML
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
|