19 lines
543 B
Bash
19 lines
543 B
Bash
# Template file for 's3cmd'
|
|
pkgname=s3cmd
|
|
version=1.6.0
|
|
revision=2
|
|
noarch=yes
|
|
build_style=python-module
|
|
pycompile_module="S3"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-dateutil"
|
|
short_desc="Command line tool for Amazon S3"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
license="GPL-2"
|
|
homepage="http://s3tools.org/s3cmd"
|
|
distfiles="https://github.com/s3tools/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=4c738263e616d61ef8c2e970ee0c5b6a92f358b1b6b545bd9a5fbbfe9f38e3a9
|
|
|
|
pre_install() {
|
|
export S3CMD_INSTPATH_DOC="share/doc"
|
|
}
|