sys-fs/dua-cli - 2.44.0 (guru)

Search

Install

Install this version:

emerge -a =sys-fs/dua-cli-2.44.0

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

autounmask =sys-fs/dua-cli-2.44.0

Or alternatively:

emerge --autounmask-write -a =sys-fs/dua-cli-2.44.0

Package Information

Description:
A tool to conveniently learn about the disk usage of directories, fast!
Homepage:
https://github.com/Byron/dua-cli
License:
MIT MIT Unicode-DFS-2016

Ebuild Details

Version EAPI Keywords Slot
2.44.0 8 ~amd64 0
View Raw Ebuild
# 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[@]}"
}

Inherited Eclasses

Manifest for 2.44.0

Type File Size Source URLs
DIST dua-cli-2.44.0-crates.tar.xz 27581392 bytes https://github.com/gentoo-crate-dist/dua-cli/releases/download/v2.44.0/dua-cli-2.44.0-crates.tar.xz
DIST dua-cli-2.44.0.tar.gz 282514 bytes https://github.com/Byron/dua-cli/archive/refs/tags/v2.44.0.tar.gz