19 lines
531 B
Bash
19 lines
531 B
Bash
# Template file for 'rclone'
|
|
pkgname=rclone
|
|
version=1.49.5
|
|
revision=1
|
|
wrksrc="rclone-v${version}"
|
|
build_style=go
|
|
go_import_path=github.com/rclone/rclone
|
|
hostmakedepends="git"
|
|
short_desc="Rsync for cloud storage"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="MIT"
|
|
homepage="https://rclone.org/"
|
|
distfiles="https://github.com/rclone/rclone/releases/download/v${version}/rclone-v${version}.tar.gz"
|
|
checksum=abd2c83d71c63a4b0a30b1980b942868e707d05e14ae76ad39abf5cc5a5fde63
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vman rclone.1
|
|
}
|