21 lines
536 B
Bash
21 lines
536 B
Bash
# Template file for 'rclone'
|
|
pkgname=rclone
|
|
version=1.26
|
|
revision=2
|
|
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=ededbb575fdbb04b723b1b97c0a179ecc242528e4afaaca37279761faf468bcd
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
python make_manual.py
|
|
make rclone.1
|
|
vman rclone.1
|
|
}
|