Install this version:
emerge -a =app-backup/rustic-0.11.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-backup/rustic-0.11.4
Or alternatively:
emerge --autounmask-write -a =app-backup/rustic-0.11.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.11.4 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.16.0
EAPI=8
CRATES="
"
RUST_MIN_VER="1.91.0"
inherit cargo
DESCRIPTION="Fast, encrypted, and deduplicated backups powered by Rust"
HOMEPAGE="https://rustic.cli.rs/"
SRC_URI="
https://github.com/rustic-rs/rustic/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://distfiles.living180.net/${P}-crates.tar.xz
${CARGO_CRATE_URIS}
"
LICENSE="|| ( Apache-2.0 MIT )"
# Dependent crate licenses
LICENSE+="
0BSD Apache-2.0 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0
MPL-2.0 Unicode-3.0 Unicode-DFS-2016 WTFPL-2 ZLIB
"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
DEPEND="
app-arch/zstd:=
"
RDEPEND="
${DEPEND}
"
src_prepare() {
default
# enable system libraries where supported
export ZSTD_SYS_USE_PKG_CONFIG=1
# remove bundled sources, just in case
find "${ECARGO_VENDOR}"/zstd-sys-*/ -name '*.c' -delete || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rustic-0.11.4-crates.tar.xz | 48015384 bytes | https://distfiles.living180.net/rustic-0.11.4-crates.tar.xz |
| DIST | rustic-0.11.4.tar.gz | 595194 bytes | https://github.com/rustic-rs/rustic/archive/refs/tags/v0.11.4.tar.gz |