app-admin/aws-vault - 7.10.7 (living180)

Search

Install

Install this version:

emerge -a =app-admin/aws-vault-7.10.7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-admin/aws-vault-7.10.7

Or alternatively:

emerge --autounmask-write -a =app-admin/aws-vault-7.10.7

Package Information

Description:
Securely store and access AWS credentials in development environments
Homepage:
https://github.com/ByteNess/aws-vault
License:
Apache-2.0 BSD BSD-2 MIT

Ebuild Details

Version EAPI Keywords Slot
7.10.7 8 ~amd64 0
View Raw Ebuild
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="Securely store and access AWS credentials in development environments"
HOMEPAGE="https://github.com/ByteNess/aws-vault"
SRC_URI="
	https://github.com/ByteNess/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
	https://distfiles.living180.net/${P}-vendor.tar.xz
"

LICENSE="Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"

BDEPEND="
	>=dev-lang/go-1.26
"

src_compile() {
	ego build -ldflags="-X main.Version=\"${PV}\"" .
}

src_install() {
	dobin "${PN}"
	dodoc README.md USAGE.md
}

Inherited Eclasses

Dependencies

BDEPEND

	>=dev-lang/go-1.26

Manifest for 7.10.7

Type File Size Source URLs
DIST aws-vault-7.10.7-vendor.tar.xz 4999852 bytes https://distfiles.living180.net/aws-vault-7.10.7-vendor.tar.xz
DIST aws-vault-7.10.7.tar.gz 90820 bytes https://github.com/ByteNess/aws-vault/archive/v7.10.7.tar.gz