Merge pull request #2568 from diogoleal/rclone

New package: rclone-1.20
This commit is contained in:
Juan RP 2015-09-21 08:00:28 +02:00
commit f1f6f9a5e6
2 changed files with 1964 additions and 0 deletions

File diff suppressed because it is too large Load Diff

18
srcpkgs/rclone/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'rclone'
pkgname=rclone
version=1.20
revision=1
build_style=go
go_import_path="github.com/ncw/rclone"
hostmakedepends="git"
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=e8a273474bf2ae8a2b0b6f01f29bf65524f9bd04774490608225ab8591d9ce08
post_install(){
vlicense COPYING
vman ${FILESDIR}/rclone.1
}