mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/aws-session-manager-plugin: add 1.2.835.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST aws-session-manager-plugin-1.2.792.0.tar.gz 35494472 BLAKE2B f94488e6c0fce1fd2976b2a6b993da747a30a07cd40b119f15df0173ebd527355c4b560d0c1db3486857890a7eeb073963b96e00def4c0078a6288385ed7c164 SHA512 282591c8b03aabb4af09c5a94d30c83bdcf86f0d49287d42296e9863d747af8e10233a36e26018aff8b3b860278db124ab6fdcede141a1bf7d7815f474ca4fce
|
||||
DIST aws-session-manager-plugin-1.2.804.0.tar.gz 60872896 BLAKE2B 078913e3295f0735840ca53ae6313f5ef07d087717e8b1d04ad07363edc2c84ebe77988ed24439919a67bcfce399a5b721e75cd67965db90a376797fbd37861a SHA512 69da55774a21b81dc52972d44c9659e5bc581be0772c638ca3d8b780f487f57ae4d34743d5a783cc36805e2b5ea50bbe9ba64152ded16d91c7861c841f6c3c9d
|
||||
DIST aws-session-manager-plugin-1.2.814.0.tar.gz 60872469 BLAKE2B 139c6c19551e488031c10a1199602120ba1cb58a41a97cafdeb03633c4a0695fd6fddf55b86b2dcc7aa1a61397538e15b7507c2e6181a188335dde9ef1bc2f6b SHA512 6c339b6f79f1299d2d333e18ca47d9e10f2f40b65f573b7c5bfc708adba8a6a96e2decf75b7557b8fb145a009df0f49a2f2f5d3594da2143264d32dd6338110f
|
||||
DIST aws-session-manager-plugin-1.2.835.0.tar.gz 60870275 BLAKE2B f6dcf2d0f9766c56daa6dd3249806b54acc469a1a5f7b358e4e8f64ab1e725ec240678d9cda944f8c741957106167a372312bdc64ab4e9ee35559b0b49554af5 SHA512 fe7e507a8a0d464cd975cca5f68d100d17d2d4d19ea0f77c071bdc569517b8ebb6a886868381e601a786274a83a07b55da67ebf89c3829829c390cf53278141c
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
# Copyright 2025-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module systemd
|
||||
|
||||
DESCRIPTION="AWS Session Manager Plugin for aws-cli"
|
||||
HOMEPAGE="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html
|
||||
https://github.com/aws/session-manager-plugin"
|
||||
SRC_URI="https://github.com/aws/session-manager-plugin/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S=${WORKDIR}/${P#aws-}
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -e '/^build-linux/s/ checkstyle//' \
|
||||
-e 's/-s //g' -i makefile || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake GO_BUILD="go build" build-linux-${GOARCH}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin bin/linux_${GOARCH}/ssmcli bin/linux_${GOARCH}_plugin/session-manager-plugin
|
||||
local DOCS=( README.md RELEASENOTES.md )
|
||||
einstalldocs
|
||||
|
||||
systemd_dounit packaging/linux/ssmcli.service
|
||||
}
|
||||
Reference in New Issue
Block a user