mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
app-misc/nerdfetch: update LICENSE, SRC_URI
Signed-off-by: Mathis Winterer <mrmagic223325@fedora.email>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
DIST v5.0.2.tar.gz 15475 BLAKE2B e7e5ac7e5e1e86069f423501c5b6196a9267352298708b270c5a47dc4f077ccac4d8b3579d1c6bf3e76ecac8cd550288e4b6f315f372b9b82b6ecaacdf482e19 SHA512 220d531ed0a25b402fe523135919a763687c290039fb40524ed3b2a6911acbf4f57837cc5e139ec13d941d6c00328574cc48409feb8068730e796d9e359b5d97
|
DIST nerdfetch-5.0.2.tar.gz 15475 BLAKE2B e7e5ac7e5e1e86069f423501c5b6196a9267352298708b270c5a47dc4f077ccac4d8b3579d1c6bf3e76ecac8cd550288e4b6f315f372b9b82b6ecaacdf482e19 SHA512 220d531ed0a25b402fe523135919a763687c290039fb40524ed3b2a6911acbf4f57837cc5e139ec13d941d6c00328574cc48409feb8068730e796d9e359b5d97
|
||||||
|
|||||||
@@ -5,7 +5,11 @@
|
|||||||
<email>rahul@sandhuservices.dev</email>
|
<email>rahul@sandhuservices.dev</email>
|
||||||
<name>Rahul Sandhu</name>
|
<name>Rahul Sandhu</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<longdescription lang="en">
|
<upstream>
|
||||||
A POSIX *nix (Linux, macOS, Android, *BSD, etc) fetch script using Nerdfonts
|
<maintainer status="active">
|
||||||
</longdescription>
|
<name>Kainoa Kanter</name>
|
||||||
|
</maintainer>
|
||||||
|
<bugs-to>https://github.com/ThatOneCalculator/NerdFetch/issues</bugs-to>
|
||||||
|
<remote-id type="github">ThatOneCalculator/NerdFetch</remote-id>
|
||||||
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|||||||
@@ -1,22 +1,17 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
S="${WORKDIR}/NerdFetch-${PV}"
|
|
||||||
|
|
||||||
DESCRIPTION="A POSIX *nix fetch script using Nerdfonts"
|
DESCRIPTION="A POSIX *nix fetch script using Nerdfonts"
|
||||||
HOMEPAGE="https://github.com/ThatOneCalculator/NerdFetch"
|
HOMEPAGE="https://github.com/ThatOneCalculator/NerdFetch"
|
||||||
SRC_URI="https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v${PV}.tar.gz"
|
SRC_URI="https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/NerdFetch-${PV}"
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack v${PV}.tar.gz
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin "nerdfetch"
|
dobin "nerdfetch"
|
||||||
dodoc "README.md"
|
dodoc "README.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user