void-packages/srcpkgs/rclone/template

21 lines
535 B
Bash
Raw Normal View History

2015-09-20 09:14:47 +00:00
# Template file for 'rclone'
pkgname=rclone
2015-10-04 19:59:12 +00:00
version=1.23
2015-09-20 09:14:47 +00:00
revision=1
build_style=go
go_import_path="github.com/ncw/rclone"
2015-09-25 14:37:38 +00:00
hostmakedepends="git pandoc perl python"
2015-09-20 09:14:47 +00:00
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"
2015-10-04 19:59:12 +00:00
checksum=fc063f81b9751ff49dcb9c7379e812fd70c0724471247def8e634ae8d8fbdbb4
2015-09-20 09:14:47 +00:00
post_install(){
vlicense COPYING
2015-09-25 14:37:38 +00:00
python make_manual.py
make rclone.1
vman rclone.1
2015-09-20 09:14:47 +00:00
}