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