19 lines
620 B
Bash
19 lines
620 B
Bash
# Template file for 's3cmd'
|
|
pkgname=s3cmd
|
|
version=2.2.0
|
|
revision=1
|
|
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"
|
|
homepage="http://s3tools.org/s3cmd"
|
|
changelog="https://github.com/s3tools/s3cmd/raw/master/NEWS"
|
|
distfiles="https://github.com/s3tools/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=97283ed51f0fe46d2fa82c196f775603f90dbe1d080fcb81acb361106599258d
|
|
make_check="no" # requires a s3 server
|
|
|
|
pre_install() {
|
|
export S3CMD_INSTPATH_DOC="share/doc"
|
|
}
|