mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
Create dev-snapcraft.yaml for current snapshot rclone
This commit is contained in:
parent
ee70b99143
commit
dd62c94d05
20
snapcraft-dev.yaml
Normal file
20
snapcraft-dev.yaml
Normal 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]
|
Loading…
Reference in New Issue
Block a user