Install this version:
emerge -a =app-crypt/sops-3.12.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-crypt/sops-3.12.2
Or alternatively:
emerge --autounmask-write -a =app-crypt/sops-3.12.2
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Simple And Flexible Tool For Managing Secrets"
HOMEPAGE="https://getsops.io/"
SRC_URI="https://github.com/getsops/sops/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://git.skysolutions.fi/gentoo-mirror/guru-vendored/releases/download/sops-${PV}/sops-${PV}-deps.tar.xz"
#SRC_URI+=" https://github.com/Arian-D/sops-deps/releases/download/${PV}/${P}-vendor.tar.xz"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
src_compile() {
ego build
}
src_test() {
ego test
}
src_install() {
GOBIN="${S}/bin" ego install ./...
dobin bin/${PN}
dodoc README.rst
default
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sops-3.12.2-deps.tar.xz | 272234548 bytes | https://git.skysolutions.fi/gentoo-mirror/guru-vendored/releases/download/sops-3.12.2/sops-3.12.2-deps.tar.xz |
| DIST | sops-3.12.2.tar.gz | 288329 bytes | https://github.com/getsops/sops/archive/refs/tags/v3.12.2.tar.gz |