18 lines
581 B
Bash
18 lines
581 B
Bash
# Template file for 's3cmd'
|
|
pkgname=s3cmd
|
|
version=2.1.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-dateutil"
|
|
short_desc="Command line tool for Amazon S3"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
changelog="https://github.com/s3tools/s3cmd/raw/master/NEWS"
|
|
homepage="http://s3tools.org/s3cmd"
|
|
distfiles="https://github.com/s3tools/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=2293f775fde77201bf8e489f20516fd594168c77897168f129e5c1a2b33b7e37
|
|
|
|
pre_install() {
|
|
export S3CMD_INSTPATH_DOC="share/doc"
|
|
}
|