Create dev-snapcraft.yaml for current snapshot rclone

This commit is contained in:
Dedsec1 2017-02-16 21:30:09 -05:00 committed by Nick Craig-Wood
parent ee70b99143
commit dd62c94d05

20
snapcraft-dev.yaml Normal file
View File

@ -0,0 +1,20 @@
name: rclone-dev
version: dev-latest
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
source-type: git
go-importpath: github.com/ncw/rclone
build-packages: [gcc, libgudev-1.0-dev]