void-packages/srcpkgs/aws-cli/template
Nathan Owens 964cdd2032 aws-cli: update to 1.16.296
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-05 15:25:41 +01:00

25 lines
930 B
Bash

# Template file for 'aws-cli'
pkgname=aws-cli
version=1.16.296
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"
checksum=3fd53647c53f991ccb46c2fde1f1a0226dd13c46ecf947444a003ecee7edf828
post_install() {
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"
}