void-packages/srcpkgs/rclone/template

21 lines
541 B
Bash

# Template file for 'rclone'
pkgname=rclone
version=1.30
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=fe36de12698698b9680c58c9289393f66d93b6f65f3df43f66966075f18aa937
post_install() {
vlicense COPYING
python make_manual.py
make rclone.1
vman rclone.1
}