app-misc/nerdfetch: new package, add 5.0.2

Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
This commit is contained in:
Rahul Sandhu
2023-01-01 03:03:33 +00:00
parent 91b58daf43
commit 0a8801dbb0
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
S="${WORKDIR}/NerdFetch-${PV}"
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"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_unpack() {
unpack v${PV}.tar.gz
}
src_install() {
dobin "nerdfetch"
dodoc "README.md"
}