mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
parent
6b534a5942
commit
062a5e6a8e
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'aws-cli'
|
# Template file for 'aws-cli'
|
||||||
pkgname=aws-cli
|
pkgname=aws-cli
|
||||||
version=1.16.309
|
version=1.17.6
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="aws-cli-${version}"
|
wrksrc="aws-cli-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="aws-cli"
|
pycompile_module="aws-cli"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-botocore python3-s3transfer python3-colorama python3-rsa
|
depends="groff python3-botocore python3-s3transfer python3-colorama
|
||||||
python3-yaml python3-docutils"
|
python3-rsa python3-yaml python3-docutils"
|
||||||
short_desc="Universal Command Line Interface for Amazon Web Services"
|
short_desc="Universal Command Line Interface for Amazon Web Services"
|
||||||
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/aws/aws-cli"
|
homepage="https://github.com/aws/aws-cli"
|
||||||
distfiles="https://github.com/aws/aws-cli/archive/${version}.tar.gz"
|
distfiles="https://github.com/aws/aws-cli/archive/${version}.tar.gz"
|
||||||
checksum=e0b6c670e55f50d747d655140d35879abae82e32e03d0820cc20252edc0e50f7
|
checksum=2f2469aabf8e40c39661f976a499570c1b1c72557c014214ebc4f4ae8eaf6d84
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall bin/aws_bash_completer 644 usr/share/bash-completion/completions aws
|
vinstall bin/aws_bash_completer 644 usr/share/bash-completion/completions aws
|
||||||
|
|
Loading…
Add table
Reference in a new issue