app-misc/nerdfetch: add 8.3.1

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-02-08 23:21:24 +09:00
parent a3d2035d34
commit 6b3534c1ef
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit prefix
DESCRIPTION="A POSIX *nix fetch script using Nerdfonts"
HOMEPAGE="https://github.com/ThatOneCalculator/NerdFetch"
SRC_URI="https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/NerdFetch-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="app-portage/portage-utils"
src_prepare() {
default
hprefixify nerdfetch
}
src_install() {
dobin "nerdfetch"
dodoc "README.md"
}