mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
app-misc/nerdfetch: new package, add 5.0.2
Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
This commit is contained in:
23
app-misc/nerdfetch/nerdfetch-5.0.2.ebuild
Normal file
23
app-misc/nerdfetch/nerdfetch-5.0.2.ebuild
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user