18 lines
458 B
Bash
18 lines
458 B
Bash
# Template file for 'rclone'
|
|
pkgname=rclone
|
|
version=1.40
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/ncw/rclone"
|
|
short_desc="A rsync for cloud storage"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="MIT"
|
|
homepage="https://rclone.org/downloads/"
|
|
distfiles="https://github.com/ncw/rclone/archive/v${version}.tar.gz"
|
|
checksum=9faead37d01681ea10cf1d3c9a0d2db241fa858212f3d0aa0325096168a97abd
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vman rclone.1
|
|
}
|