github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/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 bindir: "/usr/bin" 19 files: 20 ./rclone: "/usr/bin/rclone" 21 ./README.html: "/usr/share/doc/rclone/README.html" 22 ./README.txt: "/usr/share/doc/rclone/README.txt" 23 ./rclone.1: "/usr/share/man/man1/rclone.1"