1
mirror of https://github.com/rclone/rclone synced 2024-11-14 13:36:24 +01:00
rclone/snapcraft.yaml

23 lines
634 B
YAML
Raw Normal View History

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