void-packages/srcpkgs/s3cmd/template
2015-01-15 11:17:17 +00:00

19 lines
549 B
Text

# Template file for 's3cmd'
pkgname=s3cmd
version="1.5.0"
revision=1
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=bd909f6c14930bc70dadfbf0593e80b5ab49ff41c137bb7bda164130f776c361
pre_install() {
export S3CMD_INSTPATH_DOC="usr/share/doc"
}