21 lines
640 B
Bash
21 lines
640 B
Bash
# Template file for 'rclone'
|
|
pkgname=rclone
|
|
version=1.53.1
|
|
revision=1
|
|
wrksrc="rclone-v${version}"
|
|
build_style=go
|
|
go_import_path=github.com/rclone/rclone
|
|
go_ldflags="-extldflags=-fuse-ld=bfd"
|
|
short_desc="Rsync for cloud storage"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="MIT"
|
|
homepage="https://rclone.org/"
|
|
changelog="https://raw.githubusercontent.com/rclone/rclone/master/docs/content/changelog.md"
|
|
distfiles="https://github.com/rclone/rclone/releases/download/v${version}/rclone-v${version}.tar.gz"
|
|
checksum=d72d74a90a191fc0964705270ff59d58094e2bf4982f9fa0bc150f7296620caf
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vman rclone.1
|
|
}
|