Files
guru/app-misc/nerdfetch/nerdfetch-8.1.0.ebuild
Piotr Kubaj 885663ecb8 app-misc/nerdfetch: keyword 8.1.0 for ~arm64
Signed-off-by: Piotr Kubaj <pkubaj@anongoth.pl>
2024-02-13 00:33:46 +01:00

19 lines
468 B
Bash

# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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 -> ${P}.tar.gz"
S="${WORKDIR}/NerdFetch-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
src_install() {
dobin "nerdfetch"
dodoc "README.md"
}