mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
app-admin/aws-session-manager-plugin: drop 1.2.694.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
d655f93638
commit
ad4f986afb
@ -1,2 +1 @@
|
||||
DIST aws-session-manager-plugin-1.2.694.0.tar.gz 35491825 BLAKE2B 134c4a83a5e906206bd0665509d96ed77d5f2c2ea3ca58d9ba776328a36c1eb018674d77d63719c6ba2d00006a60d8e6ccf62f828fca84fdfe7b6b3d5a2a22b9 SHA512 64372b552a7e6d534de886ea1fba26292c1ff71fdc658becbc3ea0ecf7e000de0c69a931ddcaf3d44f50ddc9c331233b169575534d3a46e2cdd9c711d2e21483
|
||||
DIST aws-session-manager-plugin-1.2.707.0.tar.gz 35492492 BLAKE2B a494dd6fd5ab7736332579d01141510c5c011b1fb2ee6b6544b509b4ea4db8ac499b654ab0824b9d63d0c2fa07775408121449f28f73a07f4f769ca7695358df SHA512 5525315ae2f95ce0ea146d2b2b5b74a05c6be70a96e6f11aab4bf261cdd2f869697b63363d50d7d6b5eec850e4f9fca5f17379e6e6b6c44b7d9963010dd2d014
|
||||
|
||||
@ -1,33 +0,0 @@
|
||||
# Copyright 2025 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//' -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user