github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/bin/nfpm.yaml (about)

     1  name: "rclone"
     2  arch: "{{.Arch}}"
     3  platform: "linux"
     4  version: "{{.Version}}"
     5  section: "default"
     6  priority: "extra"
     7  provides:
     8  - rclone
     9  maintainer: "Nick Craig-Wood <nick@craig-wood.com>"
    10  description: |
    11    Rclone - "rsync for cloud storage"
    12      is a command line program to sync files and directories to and
    13      from most cloud providers. It can also mount, tree, ncdu and lots
    14      of other useful things.
    15  vendor: "rclone"
    16  homepage: "https://rclone.org"
    17  license: "MIT"
    18  # No longer supported? See https://github.com/goreleaser/nfpm/issues/144
    19  # bindir: "/usr/bin"
    20  files:
    21    ./rclone: "/usr/bin/rclone"
    22    ./README.html: "/usr/share/doc/rclone/README.html"
    23    ./README.txt: "/usr/share/doc/rclone/README.txt"
    24    ./rclone.1: "/usr/share/man/man1/rclone.1"