2017-02-17 02:30:09 +00:00
|
|
|
name: rclone-dev
|
|
|
|
version: dev-latest
|
|
|
|
summary: rsync for cloud storage
|
|
|
|
description:
|
2017-02-18 12:02:04 +00:00
|
|
|
Rclone is a command line program to sync files to and from cloud storage providers such as
|
2017-03-08 11:21:57 +00:00
|
|
|
Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, OneDrive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files.
|
2017-02-17 02:30:09 +00:00
|
|
|
confinement: strict
|
2017-08-11 18:55:50 +00:00
|
|
|
grade: devel
|
2017-02-17 02:30:09 +00:00
|
|
|
|
|
|
|
apps:
|
|
|
|
rclone:
|
2017-08-11 18:55:50 +00:00
|
|
|
command: usr/bin/rclone
|
|
|
|
plugs: [home, network, network-bind, fuse-support]
|
2017-02-17 02:30:09 +00:00
|
|
|
|
|
|
|
parts:
|
|
|
|
rclone:
|
2017-08-11 18:55:50 +00:00
|
|
|
plugin: make
|
2017-02-17 02:30:09 +00:00
|
|
|
source: https://github.com/ncw/rclone
|
|
|
|
source-type: git
|
2017-08-11 18:55:50 +00:00
|
|
|
stage-packages: [fuse]
|
|
|
|
build-packages: [gcc, libgudev-1.0-dev, fuse]
|