app-misc/pfetch - 0.6.0 (dinolay)

Search

Install

Install this version:

emerge -a =app-misc/pfetch-0.6.0

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

autounmask =app-misc/pfetch-0.6.0

Or alternatively:

emerge --autounmask-write -a =app-misc/pfetch-0.6.0

Package Information

Description:
A pretty system information tool written in POSIX sh
Homepage:
https://github.com/dylanaraps/pfetch
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.6.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A pretty system information tool written in POSIX sh"
HOMEPAGE="https://github.com/dylanaraps/pfetch"
SRC_URI="https://github.com/dylanaraps/pfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

src_install() {
    dobin pfetch
}

Manifest for 0.6.0

Type File Size Source URLs
DIST pfetch-0.6.0.tar.gz 17431 bytes https://github.com/dylanaraps/pfetch/archive/refs/tags/0.6.0.tar.gz