mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 18:31:17 +08:00
21 lines
510 B
YAML
21 lines
510 B
YAML
|
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]
|