2019-05-10 04:31:49 +00:00
|
|
|
# Template file for 'aws-cli'
|
|
|
|
pkgname=aws-cli
|
2019-05-13 17:25:54 +00:00
|
|
|
version=1.16.156
|
2019-05-10 04:31:49 +00:00
|
|
|
revision=1
|
|
|
|
archs=noarch
|
|
|
|
wrksrc="aws-cli-${version}"
|
|
|
|
build_style=python3-module
|
|
|
|
pycompile_module="aws-cli"
|
|
|
|
hostmakedepends="python3-setuptools"
|
|
|
|
depends="python3-botocore python3-s3transfer python3-colorama python3-rsa
|
|
|
|
python3-yaml python3-docutils"
|
|
|
|
short_desc="Universal Command Line Interface for Amazon Web Services"
|
|
|
|
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
|
|
|
license="Apache-2.0"
|
|
|
|
homepage="https://github.com/aws/aws-cli"
|
|
|
|
distfiles="https://github.com/aws/aws-cli/archive/${version}.tar.gz"
|
2019-05-13 17:25:54 +00:00
|
|
|
checksum=fbc3a13c891ab4d123a9e75311b9d2eda74c810d5cdf893961b5a6359a9f0b9c
|
2019-05-10 04:31:49 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE.txt
|
|
|
|
vinstall bin/aws_bash_completer 644 usr/share/bash-completion/completions aws
|
|
|
|
vinstall bin/aws_zsh_completer.sh 644 usr/share/zsh/site-functions _aws
|
|
|
|
rm "${DESTDIR}/usr/bin/aws_bash_completer"
|
|
|
|
rm "${DESTDIR}/usr/bin/aws_zsh_completer.sh"
|
|
|
|
rm "${DESTDIR}/usr/bin/aws.cmd"
|
|
|
|
}
|