Install this version:
emerge -a =sys-cluster/kubeseal-0.38.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-cluster/kubeseal-0.38.4
Or alternatively:
emerge --autounmask-write -a =sys-cluster/kubeseal-0.38.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.38.4 | 8 | ~amd64 | 0 |
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
MY_PN="sealed-secrets"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Client-side utility for one-way encrypted secrets in kubernetes"
HOMEPAGE="https://github.com/bitnami-labs/sealed-secrets"
SRC_URI="https://github.com/bitnami-labs/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
SRC_URI+=" https://distfiles.gentoo.org/pub/dev/concord@gentoo.org/${MY_P}-deps.tar.xz"
S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0 BSD ISC MIT"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND=">=dev-lang/go-1.26.4:="
RESTRICT+=" test"
src_compile() {
emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" VERSION="v${PV}" ${PN}
}
src_install() {
dobin ${PN}
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sealed-secrets-0.38.4.tar.gz | 1336342 bytes | https://github.com/bitnami-labs/sealed-secrets/archive/v0.38.4.tar.gz |