mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
app-admin/awscli-bin: add awscli-bin-2.7.9-r1
See-Also: ac5ab3c378 (r76481950)
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
28
app-admin/awscli-bin/awscli-bin-2.7.9-r1.ebuild
Normal file
28
app-admin/awscli-bin/awscli-bin-2.7.9-r1.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Universal Command Line Interface for Amazon Web Services version 2"
|
||||
HOMEPAGE="https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html"
|
||||
SRC_URI="
|
||||
amd64? ( https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${PV}.zip )
|
||||
arm64? ( https://awscli.amazonaws.com/awscli-exe-linux-aarch64-${PV}.zip )
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0 MIT LGPL-2.1+ BSD GPL-2+-with-Pyinstaller-Bootloader-exception openssl PSF-2 BSD-2 GPL-3+ public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~arm64"
|
||||
|
||||
RDEPEND="!app-admin/awscli"
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
QA_PRESTRIPPED="*"
|
||||
|
||||
S="${WORKDIR}/aws"
|
||||
|
||||
src_install() {
|
||||
./install --install-dir "${D}/opt/awscli" --bin-dir "${D}/usr/bin" \
|
||||
|| die "install failed"
|
||||
}
|
||||
Reference in New Issue
Block a user