app-misc/mirafetch: new package, add 0.1.0, 9999

Signed-off-by: demize <demize@unstable.systems>
This commit is contained in:
demize
2024-09-27 20:41:56 -04:00
parent c522f4d50c
commit 2e6028f5b3
4 changed files with 427 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 2024 demize
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.3
EAPI=8
inherit cargo git-r3
DESCRIPTION="A Rust reimplementation of Hyfetch wih a focus on speed"
HOMEPAGE="https://github.com/ArgentumCation/mirafetch"
EGIT_REPO_URI="https://github.com/ArgentumCation/mirafetch.git"
LICENSE="EUPL-1.2"
# Dependent crate licenses
LICENSE+=" Apache-2.0 MIT MPL-2.0 Unicode-DFS-2016"
SLOT="0"
RESTRICT="test" # upstream has no tests. unrestrict if it adds them
src_unpack() {
git-r3_src_unpack
cargo_live_src_unpack
}