void-packages/srcpkgs/rclone/template
2020-03-02 07:49:58 +01:00

21 lines
626 B
Bash

# Template file for 'rclone'
pkgname=rclone
version=1.51.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=3eb5b7ffce17e56fadb29bf854666723a14c93fedc02046c7f34c792dbd227ee
nocross="Problems with the dynamic linker: https://api.travis-ci.org/v3/job/613099406/log.txt"
post_install() {
vlicense COPYING
vman rclone.1
}