mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
@@ -1,2 +1,4 @@
|
||||
DIST dua-cli-2.30.0-crates.tar.xz 23013600 BLAKE2B 97a938eb00733ec04b4d568b228cbb33971eb0a2a95663e1d4590245e2f65e1a1e60c7c17e9e7fe498d587df0de5a2875ed52fc361200badc12d69f8865011a3 SHA512 9cde55e8bfd7a99ac035ce6cad27b78ff5cadd4de5c37ab9e184671d8a48098d25ab12f2e4fce011a6fd0eb1167ef7284b4a9b02a41366d0846d7eb8db058bb6
|
||||
DIST dua-cli-2.30.0.tar.gz 140514 BLAKE2B e2d4e3a26f3251c74df431480e8637fc56974841c24ad993572ec742df8eac6f2c1af2f8fe5f0279b78a14719bbddecc2f0dc4555f427e339aef87e696fe65ae SHA512 7d285a110b6fcfea80619380a48ede4e42ee20985923914a23c89ea128510071a1f55057b335d3526a846df4b2409e16fd572291aff4493e539675a7e5d2016d
|
||||
DIST dua-cli-2.30.1-crates.tar.xz 23004240 BLAKE2B 2eb424628b92c32161f8cc1b1116647b2e4580a81fa7c21f57416b4bed1dbe397a4a3f3df2ff3d11df983c6cfce53df375a5093b7681f4d63d5cd6af01909b3e SHA512 6b6846c5ff0588a29042e53f243e64b1b297ebdffce910683c0f4245aa28b4c90f0201ef4a969a2d4cc94b350f5dd8264964938a3934927bb140bd57f369192a
|
||||
DIST dua-cli-2.30.1.tar.gz 141198 BLAKE2B f6aeebbdacfe991e8ac84b615e6581748768e416c558e553b3cdcd1fdff6bbdeea4626113e360314de60a1f3ef420d9bb883518f25115f082a7aebb58dc61d19 SHA512 7a429272551a1271452e1b08f6361ec34f112b593415346bd662ba38f0cfd63d16b0b6a24a14f27390b3da3c839cc86280f7ef9b0cd5ee3c569be6a530bd2f16
|
||||
|
||||
32
sys-fs/dua-cli/dua-cli-2.30.1.ebuild
Normal file
32
sys-fs/dua-cli/dua-cli-2.30.1.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CRATES=""
|
||||
|
||||
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/freijon/${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[@]}"
|
||||
}
|
||||
Reference in New Issue
Block a user