Merge pull request #2568 from diogoleal/rclone
New package: rclone-1.20
This commit is contained in:
commit
f1f6f9a5e6
1946
srcpkgs/rclone/files/rclone.1
Normal file
1946
srcpkgs/rclone/files/rclone.1
Normal file
File diff suppressed because it is too large
Load Diff
18
srcpkgs/rclone/template
Normal file
18
srcpkgs/rclone/template
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user