github.com/artpar/rclone@v1.67.3/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 contents: 19 - src: ./rclone 20 dst: /usr/bin/rclone 21 - src: ./README.html 22 dst: /usr/share/doc/rclone/README.html 23 - src: ./README.txt 24 dst: /usr/share/doc/rclone/README.txt 25 - src: ./rclone.1 26 dst: /usr/share/man/man1/rclone.1