snapcraft.yaml.template 719 B

123456789101112131415161718192021222324252627
  1. name: syncthing
  2. version: {{.Version}}
  3. summary: Open Source Continuous File Synchronization
  4. description: |
  5. Syncthing replaces proprietary sync and cloud services with something open,
  6. trustworthy and decentralized. Your data is your data alone and you deserve
  7. to choose where it is stored, if it is shared with some third party and how
  8. it's transmitted over the Internet.
  9. architectures: [{{.Architecture}}]
  10. grade: {{.Grade}}
  11. confinement: strict
  12. apps:
  13. syncthing:
  14. command: env HOME="$SNAP_USER_COMMON" XDG_CONFIG_HOME="$SNAP_USER_COMMON" "$SNAP/syncthing"
  15. plugs: [home, network, network-bind]
  16. parts:
  17. syncthing:
  18. source: .
  19. plugin: dump
  20. stage:
  21. - syncthing
  22. prime:
  23. - syncthing