19 lines
544 B
Bash
19 lines
544 B
Bash
# Template file for 's3cmd'
|
|
pkgname=s3cmd
|
|
version=1.6.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="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=e3b962e94068230d4e3ec15b4e827e76cbe7e51dda0e80697ebffbe20b15098b
|
|
|
|
pre_install() {
|
|
export S3CMD_INSTPATH_DOC="share/doc"
|
|
}
|