guru/app-misc/ufetch/ufetch-0.3.ebuild
Piotr Kubaj ae5c0c4bd4
app-misc/ufetch: keyword 0.3 for ~arm64
Signed-off-by: Piotr Kubaj <pkubaj@anongoth.pl>
2024-02-13 00:33:47 +01:00

20 lines
440 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_P="${PN}-v${PV}"
DESCRIPTION="Tiny system info for Unix-like operating systems"
HOMEPAGE="https://gitlab.com/jschx/ufetch"
SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
src_install() {
newbin ufetch-gentoo ufetch
}