18 lines
458 B
Bash
18 lines
458 B
Bash
# Template file for 'rclone'
|
|
pkgname=rclone
|
|
version=1.41
|
|
revision=2
|
|
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=4f4cadb4db3a7daff7fa6539eb45273fad5203a0cc9c3a2bd8c2bdb8b349d872
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vman rclone.1
|
|
}
|