mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
e0235d7f2a
Move sysutils/awscli to sysutils/awscli/v1 and import v2. Both ports received an "@option is-branch" so you will need to select the package version during installation.. Why v2 at all? AWS now only generates v2 key/secret pairs by default. The awscli-2.28.4 port was create by Joel Knight, who also maintains it. Feedback and OK ajacoutot@, merci
24 lines
533 B
Makefile
24 lines
533 B
Makefile
DISTNAME= awscli-${MODPY_DISTV}
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://aws.amazon.com/cli/
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
RUN_DEPENDS += textproc/py-docutils
|
|
|
|
NO_TEST= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/bash-completion/completions
|
|
mv ${PREFIX}/bin/aws_bash_completer \
|
|
${PREFIX}/share/bash-completion/completions/awscli
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/awscli
|
|
mv ${PREFIX}/bin/aws_zsh_completer.sh \
|
|
${PREFIX}/share/examples/awscli
|
|
rm ${PREFIX}/bin/aws.cmd
|