2018-02-26 12:24:56 +01:00
|
|
|
name: "rclone"
|
|
|
|
arch: "{{.Arch}}"
|
|
|
|
platform: "linux"
|
|
|
|
version: "{{.Version}}"
|
|
|
|
section: "default"
|
|
|
|
priority: "extra"
|
|
|
|
provides:
|
|
|
|
- rclone
|
|
|
|
maintainer: "Nick Craig-Wood <nick@craig-wood.com>"
|
|
|
|
description: |
|
|
|
|
Rclone - "rsync for cloud storage"
|
2021-11-04 12:50:43 +01:00
|
|
|
is a command-line program to sync files and directories to and
|
2018-02-26 12:24:56 +01:00
|
|
|
from most cloud providers. It can also mount, tree, ncdu and lots
|
|
|
|
of other useful things.
|
|
|
|
vendor: "rclone"
|
|
|
|
homepage: "https://rclone.org"
|
|
|
|
license: "MIT"
|
2020-12-26 19:36:16 +01:00
|
|
|
contents:
|
|
|
|
- src: ./rclone
|
|
|
|
dst: /usr/bin/rclone
|
|
|
|
- src: ./README.html
|
|
|
|
dst: /usr/share/doc/rclone/README.html
|
|
|
|
- src: ./README.txt
|
|
|
|
dst: /usr/share/doc/rclone/README.txt
|
|
|
|
- src: ./rclone.1
|
|
|
|
dst: /usr/share/man/man1/rclone.1
|