mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
85e0b87c99
This uses https://github.com/goreleaser/nfpm to create the .deb and .rpm packages from the standard build output.
24 lines
668 B
YAML
24 lines
668 B
YAML
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"
|
|
is a command line program to sync files and directories to and
|
|
from most cloud providers. It can also mount, tree, ncdu and lots
|
|
of other useful things.
|
|
vendor: "rclone"
|
|
homepage: "https://rclone.org"
|
|
license: "MIT"
|
|
bindir: "/usr/bin"
|
|
files:
|
|
./rclone: "/usr/bin/rclone"
|
|
./README.html: "/usr/share/doc/rclone/README.html"
|
|
./README.txt: "/usr/share/doc/rclone/README.txt"
|
|
./rclone.1: "/usr/share/man/man1/rclone.1"
|