app-misc/pfetch: add 1.10.0

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-04-26 05:07:38 -03:00
parent 056b032160
commit 20d9e21603
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# Copyright 2026 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/Un1q32/pfetch"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Un1q32/pfetch.git"
else
SRC_URI="https://github.com/Un1q32/pfetch/archive/${PV}/${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="MIT"
SLOT="0"
RESTRICT="strip test"
src_compile() {
:
}
src_install() {
emake PREFIX=/usr DESTDIR="${D}" install
einstalldocs
}