Install this version:
emerge -a =app-admin/aws-session-manager-plugin-1.2.804.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/aws-session-manager-plugin-1.2.804.0
Or alternatively:
emerge --autounmask-write -a =app-admin/aws-session-manager-plugin-1.2.804.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.804.0 | 8 | ~amd64 | 0 |
# 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
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | aws-session-manager-plugin-1.2.804.0.tar.gz | 60872896 bytes | https://github.com/aws/session-manager-plugin/archive/1.2.804.0.tar.gz |