mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
app-misc/nerdfetch: new package, add 5.0.2
Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
This commit is contained in:
1
app-misc/nerdfetch/Manifest
Normal file
1
app-misc/nerdfetch/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST v5.0.2.tar.gz 15475 BLAKE2B e7e5ac7e5e1e86069f423501c5b6196a9267352298708b270c5a47dc4f077ccac4d8b3579d1c6bf3e76ecac8cd550288e4b6f315f372b9b82b6ecaacdf482e19 SHA512 220d531ed0a25b402fe523135919a763687c290039fb40524ed3b2a6911acbf4f57837cc5e139ec13d941d6c00328574cc48409feb8068730e796d9e359b5d97
|
||||
11
app-misc/nerdfetch/metadata.xml
Normal file
11
app-misc/nerdfetch/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>rahul@sandhuservices.dev</email>
|
||||
<name>Rahul Sandhu</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
A POSIX *nix (Linux, macOS, Android, *BSD, etc) fetch script using Nerdfonts
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
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