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

22 lines
522 B
YAML
Raw Normal View History

2017-02-10 02:33:53 +01:00
name: rclone
version: 1.35
summary: rsync for cloud storage
description:
Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files.
confinement: strict
grade: stable
apps:
rclone:
command: bin/rclone
plugs: [home, network, network-bind]
parts:
rclone:
plugin: go
source: https://github.com/ncw/rclone
2017-02-16 06:34:43 +01:00
source-tag: v1.35
2017-02-10 02:33:53 +01:00
source-type: git
go-importpath: github.com/ncw/rclone
build-packages: [gcc, libgudev-1.0-dev]