Merge pull request #2606 from diogoleal/update-rclone
rclone: update to 1.21
This commit is contained in:
commit
14cf7eaa78
2 changed files with 6 additions and 1950 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'rclone'
|
# Template file for 'rclone'
|
||||||
pkgname=rclone
|
pkgname=rclone
|
||||||
version=1.20
|
version=1.21
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/ncw/rclone"
|
go_import_path="github.com/ncw/rclone"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git pandoc perl python"
|
||||||
short_desc="A rsync for cloud storage"
|
short_desc="A rsync for cloud storage"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://rclone.org/downloads/"
|
homepage="http://rclone.org/downloads/"
|
||||||
distfiles="https://github.com/ncw/rclone/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ncw/rclone/archive/v${version}.tar.gz"
|
||||||
checksum=e8a273474bf2ae8a2b0b6f01f29bf65524f9bd04774490608225ab8591d9ce08
|
checksum=2ed96e2de4885ebe9bc331e619fbaa9eff253e086df65bb677e0543b9131fcac
|
||||||
|
|
||||||
post_install(){
|
post_install(){
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
vman ${FILESDIR}/rclone.1
|
python make_manual.py
|
||||||
|
make rclone.1
|
||||||
|
vman rclone.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue