19 lines
539 B
Bash
19 lines
539 B
Bash
# Template file for 's3cmd'
|
|
pkgname=s3cmd
|
|
version=2.0.1
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python2-module
|
|
pycompile_module="S3"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-dateutil"
|
|
short_desc="Command line tool for Amazon S3"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://s3tools.org/s3cmd"
|
|
distfiles="https://github.com/s3tools/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=92d2582a5a3771e9bb3a552b5bdc00b4a1cc6e8b735abac225f1c97a86f6d3b7
|
|
|
|
pre_install() {
|
|
export S3CMD_INSTPATH_DOC="share/doc"
|
|
}
|