app-misc/pfetch: correct metadata, drop *, add 1.9.4

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2025-12-08 17:56:04 -03:00
parent d84e51abbd
commit 79a70422d9
4 changed files with 10 additions and 25 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 2025 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"
SRC_URI="https://github.com/Un1q32/pfetch/archive/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
emake PREFIX=/usr DESTDIR="${D}" install
dodoc README*
}