mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
app-misc/nerdfetch: update LICENSE, SRC_URI
Signed-off-by: Mathis Winterer <mrmagic223325@fedora.email>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user