app-crypt/rage - 0.11.2 (guru)

Search

Install

Install this version:

emerge -a =app-crypt/rage-0.11.2

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

autounmask =app-crypt/rage-0.11.2

Or alternatively:

emerge --autounmask-write -a =app-crypt/rage-0.11.2

Package Information

Description:
A simple, secure, and modern encryption tool.
Homepage:
https://github.com/str4d/rage
License:
|| ( Apache-2.0 MIT ) Apache-2.0 BSD-2 BSD CC0-1.0 CDDL MIT Unicode-DFS-2016

Ebuild Details

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

EAPI=8

CRATES=" "

inherit cargo

DESCRIPTION="A simple, secure, and modern encryption tool."
HOMEPAGE="https://github.com/str4d/rage"
SRC_URI="
	https://github.com/str4d/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.xz
	https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/${P}-deps.tar.xz/${P}-deps.tar.xz
"

LICENSE="|| ( Apache-2.0 MIT )"
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD-2 BSD CC0-1.0 CDDL MIT Unicode-DFS-2016"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

ECARGO_VENDOR="${WORKDIR}/vendor"

QA_FLAGS_IGNORED="
	/usr/bin/${PN}
	/usr/bin/${PN}-keygen
"

PATCHES=( "${FILESDIR}/${P}-keygen-test.patch" )

src_install() {
cargo_src_install --path rage
}

Inherited Eclasses

Manifest for 0.11.2

Type File Size Source URLs
DIST rage-0.11.2-deps.tar.xz 28631428 bytes https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/rage-0.11.2-deps.tar.xz/rage-0.11.2-deps.tar.xz
DIST rage-0.11.2.tar.xz 1663616 bytes https://github.com/str4d/rage/archive/refs/tags/v0.11.2.tar.gz