void-packages/srcpkgs/rclone/template
2019-08-29 22:36:16 +02:00

19 lines
531 B
Bash

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