app-misc/ufetch - 0.3 (guru)

Search

Install

Install this version:

emerge -a =app-misc/ufetch-0.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/ufetch-0.3

Or alternatively:

emerge --autounmask-write -a =app-misc/ufetch-0.3

Package Information

Description:
Tiny system info for Unix-like operating systems
Homepage:
https://gitlab.com/jschx/ufetch
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.3 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# 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
}

Manifest for 0.3

Type File Size Source URLs
DIST ufetch-v0.3.tar.bz2 6608 bytes https://gitlab.com/jschx/ufetch/-/archive/v0.3/ufetch-v0.3.tar.bz2