Install this version:
emerge -a =sys-fs/dua-cli-2.42.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/dua-cli-2.42.1
Or alternatively:
emerge --autounmask-write -a =sys-fs/dua-cli-2.42.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.42.1 | 8 | ~amd64 | 0 |
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
RUST_MIN_VER="1.88.0"
inherit cargo
DESCRIPTION="A tool to conveniently learn about the disk usage of directories, fast!"
HOMEPAGE="https://github.com/Byron/dua-cli"
SRC_URI="https://github.com/Byron/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
DEPS_URI="https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz"
SRC_URI+=" ${DEPS_URI}"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+=" MIT Unicode-DFS-2016"
SLOT="0"
KEYWORDS="~amd64"
QA_FLAGS_IGNORED="usr/bin/dua"
DOCS=(
README.md
CHANGELOG.md
)
src_install() {
cargo_src_install
dodoc -r "${DOCS[@]}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dua-cli-2.42.1-crates.tar.xz | 28080524 bytes | https://github.com/gentoo-crate-dist/dua-cli/releases/download/v2.42.1/dua-cli-2.42.1-crates.tar.xz |
| DIST | dua-cli-2.42.1.tar.gz | 208594 bytes | https://github.com/Byron/dua-cli/archive/refs/tags/v2.42.1.tar.gz |