21 lines
541 B
Bash
21 lines
541 B
Bash
# Template file for 'rclone'
|
|
pkgname=rclone
|
|
version=1.28
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/ncw/rclone"
|
|
hostmakedepends="git-perl pandoc perl python"
|
|
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=c247491754f44fb0a114e408de3745da86edb159ae4fe203deea1979aedf4c12
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
python make_manual.py
|
|
make rclone.1
|
|
vman rclone.1
|
|
}
|