2017-02-10 09:33:53 +08:00
|
|
|
name: rclone
|
2017-07-23 01:16:46 +08:00
|
|
|
version: 1.37
|
2017-02-10 09:33:53 +08:00
|
|
|
summary: rsync for cloud storage
|
|
|
|
description:
|
2017-02-18 20:02:04 +08:00
|
|
|
Rclone is a command line program to sync files to and from cloud storage providers such as
|
2017-03-08 19:21:57 +08:00
|
|
|
Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, OneDrive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files.
|
2017-02-10 09:33:53 +08:00
|
|
|
confinement: strict
|
|
|
|
grade: stable
|
|
|
|
|
|
|
|
apps:
|
|
|
|
rclone:
|
|
|
|
command: bin/rclone
|
2017-03-02 01:21:54 +08:00
|
|
|
plugs: [home, network, network-bind, fuse-support]
|
2017-02-10 09:33:53 +08:00
|
|
|
|
|
|
|
parts:
|
|
|
|
rclone:
|
|
|
|
plugin: go
|
|
|
|
source: https://github.com/ncw/rclone
|
2017-03-18 19:16:43 +08:00
|
|
|
source-tag: v1.36
|
2017-02-10 09:33:53 +08:00
|
|
|
source-type: git
|
|
|
|
go-importpath: github.com/ncw/rclone
|
2017-03-02 01:21:54 +08:00
|
|
|
build-packages: [gcc, libgudev-1.0-dev, fuse]
|