app-misc/nerdfetch: update LICENSE, SRC_URI

Signed-off-by: Mathis Winterer <mrmagic223325@fedora.email>
This commit is contained in:
Mathis Winterer
2023-01-01 13:43:00 +01:00
parent 5ab2d7cc25
commit 68ce11ddd5
3 changed files with 12 additions and 13 deletions

View File

@@ -1,22 +1,17 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2023 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"
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"
KEYWORDS="~amd64"
src_unpack() {
unpack v${PV}.tar.gz
}
src_install() {
dobin "nerdfetch"
dodoc "README.md"