void-packages/srcpkgs/rclone/template

21 lines
536 B
Bash
Raw Normal View History

2015-09-20 11:14:47 +02:00
# Template file for 'rclone'
pkgname=rclone
2015-11-16 02:33:52 +01:00
version=1.25
2015-09-20 11:14:47 +02:00
revision=1
build_style=go
go_import_path="github.com/ncw/rclone"
2015-09-25 16:37:38 +02:00
hostmakedepends="git pandoc perl python"
2015-09-20 11:14:47 +02: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-11-16 02:33:52 +01:00
checksum=6f8685e28c30aa700e0859cc017a76605c00dab8cd69aa5f16a4fd022d16d200
2015-09-20 11:14:47 +02:00
2015-11-10 08:53:50 +01:00
post_install() {
2015-09-20 11:14:47 +02:00
vlicense COPYING
2015-09-25 16:37:38 +02:00
python make_manual.py
make rclone.1
vman rclone.1
2015-09-20 11:14:47 +02:00
}