rclone: update to 1.34

This commit is contained in:
Diogo Leal 2016-12-10 22:17:47 -02:00
parent d079f8d587
commit 3a819717db

View file

@ -1,20 +1,17 @@
# Template file for 'rclone'
pkgname=rclone
version=1.32
version=1.34
revision=1
build_style=go
go_import_path="github.com/ncw/rclone"
hostmakedepends="git-perl pandoc perl python"
short_desc="A rsync for cloud storage"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="http://rclone.org/downloads/"
distfiles="https://github.com/ncw/rclone/archive/v${version}.tar.gz"
checksum=8282c73bd2b06367454777eda9d139ad932fc180564ebcf48184a7aec4dffc13
checksum=8426b19e0a94149fcfc0d5d1fb481af4d907459165c46cdc2d6e8eeba22851a6
post_install() {
vlicense COPYING
python make_manual.py
make rclone.1
vman rclone.1
}