| 1234567891011121314151617181920212223242526272829303132333435 | 
							- name: syncthing
 
- version: {{.Version}}
 
- summary: Open Source Continuous File Synchronization
 
- description: |
 
-   Syncthing replaces proprietary sync and cloud services with something open,
 
-   trustworthy and decentralized. Your data is your data alone and you deserve
 
-   to choose where it is stored, if it is shared with some third party and how
 
-   it's transmitted over the Internet.
 
- architectures: 
 
-   - build-on: [{{.HostArchitecture}}]
 
-     run-on: [{{.TargetArchitecture}}]
 
- grade: {{.Grade}}
 
- confinement: strict
 
- apps:
 
-   syncthing:
 
-     command: syncthing
 
-     environment:
 
-       HOME: ${SNAP_USER_COMMON}
 
-       XDG_CONFIG_HOME: ${SNAP_USER_COMMON}
 
-     plugs:
 
-     - home
 
-     - network
 
-     - network-bind
 
-     - removable-media
 
- parts:
 
-   syncthing:
 
-     source: .
 
-     plugin: dump
 
-     stage:
 
-       - syncthing
 
-     prime:
 
-       - syncthing
 
 
  |