New package: rclone-1.20

This commit is contained in:
Diogo Leal 2015-09-20 06:14:47 -03:00
parent e4a22d6dbf
commit b280aad45b
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
}