mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
app-admin/awscli-bin: add 2.3.2
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
1
app-admin/awscli-bin/Manifest
Normal file
1
app-admin/awscli-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST awscli-bin-2.3.2.zip 44955907 BLAKE2B dd5331e3a7944f2910fdbb1539fac9773a751b655620cc014db638cb6bc2f87b8e8889bf861bad8c0e36d7e315ad863f56c762b51fe4737c6c344bd085e5b3cf SHA512 b435f9352c910ebf7daf3ae641135b06024fefa17596780ae0c1b4d20f5d5400e930ea5643072a15fee404c093914f394acf990c5483cfeff4edc248f67932a8
|
||||
21
app-admin/awscli-bin/awscli-bin-2.3.2.ebuild
Normal file
21
app-admin/awscli-bin/awscli-bin-2.3.2.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 2021 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="https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${PV}.zip -> ${P}.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="!app-admin/awscli"
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}/aws"
|
||||
|
||||
src_install() {
|
||||
./install --install-dir "${D}/opt/awscli" --bin-dir "${D}/usr/bin"
|
||||
}
|
||||
13
app-admin/awscli-bin/metadata.xml
Normal file
13
app-admin/awscli-bin/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alexey@zapparov.com</email>
|
||||
<name>Alexey Zapparov</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/aws/aws-cli/issues</bugs-to>
|
||||
<changelog>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst</changelog>
|
||||
<remote-id type="github">aws/aws-cli</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user