void-packages/srcpkgs/rclone/template
2015-10-04 16:59:12 -03:00

20 lines
535 B
Bash

# Template file for 'rclone'
pkgname=rclone
version=1.23
revision=1
build_style=go
go_import_path="github.com/ncw/rclone"
hostmakedepends="git 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=fc063f81b9751ff49dcb9c7379e812fd70c0724471247def8e634ae8d8fbdbb4
post_install(){
vlicense COPYING
python make_manual.py
make rclone.1
vman rclone.1
}