mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
New package: rclone-1.20
This commit is contained in:
parent
e4a22d6dbf
commit
b280aad45b
2 changed files with 1964 additions and 0 deletions
1946
srcpkgs/rclone/files/rclone.1
Normal file
1946
srcpkgs/rclone/files/rclone.1
Normal file
File diff suppressed because it is too large
Load diff
18
srcpkgs/rclone/template
Normal file
18
srcpkgs/rclone/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'rclone'
|
||||||
|
pkgname=rclone
|
||||||
|
version=1.20
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/ncw/rclone"
|
||||||
|
hostmakedepends="git"
|
||||||
|
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=e8a273474bf2ae8a2b0b6f01f29bf65524f9bd04774490608225ab8591d9ce08
|
||||||
|
|
||||||
|
post_install(){
|
||||||
|
vlicense COPYING
|
||||||
|
vman ${FILESDIR}/rclone.1
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue