2016-10-20 09:16:30 +00:00
|
|
|
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.
|
2018-06-27 06:08:57 +00:00
|
|
|
architectures:
|
|
|
|
- build-on: [{{.HostArchitecture}}]
|
|
|
|
run-on: [{{.TargetArchitecture}}]
|
2016-10-20 09:16:30 +00:00
|
|
|
|
2016-11-12 08:43:12 +00:00
|
|
|
grade: {{.Grade}}
|
2016-10-20 09:16:30 +00:00
|
|
|
confinement: strict
|
|
|
|
|
|
|
|
apps:
|
|
|
|
syncthing:
|
2018-06-27 06:08:57 +00:00
|
|
|
command: syncthing
|
|
|
|
environment:
|
|
|
|
HOME: ${SNAP_USER_COMMON}
|
|
|
|
XDG_CONFIG_HOME: ${SNAP_USER_COMMON}
|
|
|
|
plugs:
|
|
|
|
- home
|
|
|
|
- network
|
|
|
|
- network-bind
|
|
|
|
- removable-media
|
2016-10-20 09:16:30 +00:00
|
|
|
|
|
|
|
parts:
|
|
|
|
syncthing:
|
|
|
|
source: .
|
|
|
|
plugin: dump
|
|
|
|
stage:
|
|
|
|
- syncthing
|
2017-02-05 14:03:36 +00:00
|
|
|
prime:
|
2016-10-20 09:16:30 +00:00
|
|
|
- syncthing
|