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

@@ -1,2 +1 @@
DIST pfetch-0.6.0.tar.gz 17431 BLAKE2B 300f6f44f9306df4f438227a6f35bd54f50e477b950a45d63656f7c460cfc30a8b44ebdb3d5fdcf1e808e3b8e8e69e14088ff73a5da4485abf694893f2cc53f3 SHA512 868901bec6ae8999ad40fcb94bdf804969a3dfd724dc554d62f59982daf48d359094764b2e45d4816983d4f46e38de30f0bcb646ecd95bf3263ba128b87a1ddf
DIST pfetch-1.3.0.tar.gz 23569 BLAKE2B a5ee24674d9fd2c6877124e37c8db10a264fed5a45267bfc728b17412ad525b9761b3fce355bb41fcd30c1508223b09782ae8c770bb64a0d5c31e6ccd63d7799 SHA512 93571c77868340e5b7a4583ac79a2118f25dfdc802ebeac2d94dc9249ff5af257197a3f570f53e3d6e38b05c62837b57a820b40a681de0b2a628f41d2c452181
DIST pfetch-1.9.4.tar.gz 26272 BLAKE2B aa23bf67a9205e3879ab62df0c2e7aed28f3d37e2c807796434ddc2ac9e3f114d717ddfde3f13d119f18e18ea7007a677debcefb380ab4ccc98cbd63161d72a4 SHA512 6eedfa9ae19c0c3a2b20396d996432fa2c3dba5cb5f0e63af27189d4228c582cd7caef73d8342841f699c891927b1569e6c33fc7b0891616e8a759e23a33ba4f

View File

@@ -10,12 +10,13 @@
<name>Daichi Yamamoto</name>
</maintainer>
<longdescription lang="en">
The goal of this project is to implement a simple system information tool in POSIX sh using features built into the language itself (where possible).
The source code is highly documented and I hope it will act as a learning resource for POSIX sh and simple information detection across various different operating systems.
The goal of this project is to implement a simple system
information tool in POSIX sh using features built into the
language itself (where possible).
</longdescription>
<upstream>
<bugs-to>https://github.com/dylanaraps/pfetch/issues</bugs-to>
<remote-id type="github">dylanaraps/pfetch</remote-id>
<bugs-to>https://github.com/Un1q32/pfetch/issues</bugs-to>
<remote-id type="github">Un1q32/pfetch</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,16 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A pretty system information tool written in POSIX sh"
HOMEPAGE="https://github.com/dylanaraps/pfetch"
SRC_URI="https://github.com/dylanaraps/pfetch/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
src_install() {
dobin "${PN}"
}

View File

@@ -1,4 +1,4 @@
# Copyright 2024 Gentoo Authors
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,8 +9,9 @@ SRC_URI="https://github.com/Un1q32/pfetch/archive/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
KEYWORDS="~amd64"
src_install() {
dobin "${PN}"
emake PREFIX=/usr DESTDIR="${D}" install
dodoc README*
}