void-packages/srcpkgs/rclone/template
2019-04-14 16:16:29 -03:00

19 lines
535 B
Bash

# Template file for 'rclone'
pkgname=rclone
version=1.47.0
revision=1
wrksrc="rclone-v${version}"
build_style=go
go_import_path=github.com/ncw/rclone
hostmakedepends="git"
short_desc="Rsync for cloud storage"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="https://rclone.org/downloads/"
distfiles="https://github.com/ncw/rclone/releases/download/v${version}/rclone-v${version}.tar.gz"
checksum=3236de60f487dfc6987297001c6551618bcc4586e3db4b3de52c9217fc657aaf
post_install() {
vlicense COPYING
vman rclone.1
}