mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
app-misc/pfetch: add 1.3.0 of a fork
The original author has disappeared. Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST pfetch-0.6.0.tar.gz 17431 BLAKE2B 300f6f44f9306df4f438227a6f35bd54f50e477b950a45d63656f7c460cfc30a8b44ebdb3d5fdcf1e808e3b8e8e69e14088ff73a5da4485abf694893f2cc53f3 SHA512 868901bec6ae8999ad40fcb94bdf804969a3dfd724dc554d62f59982daf48d359094764b2e45d4816983d4f46e38de30f0bcb646ecd95bf3263ba128b87a1ddf
|
||||
DIST pfetch-1.3.0.tar.gz 23569 BLAKE2B a5ee24674d9fd2c6877124e37c8db10a264fed5a45267bfc728b17412ad525b9761b3fce355bb41fcd30c1508223b09782ae8c770bb64a0d5c31e6ccd63d7799 SHA512 93571c77868340e5b7a4583ac79a2118f25dfdc802ebeac2d94dc9249ff5af257197a3f570f53e3d6e38b05c62837b57a820b40a681de0b2a628f41d2c452181
|
||||
|
||||
16
app-misc/pfetch/pfetch-1.3.0.ebuild
Normal file
16
app-misc/pfetch/pfetch-1.3.0.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 2024 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 ~arm64 ~x86"
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}"
|
||||
}
|
||||
@@ -34,11 +34,6 @@ games-engines/ponscripter-fork
|
||||
# Removal on 2024-08-31
|
||||
app-containers/dnsname-cni-plugin
|
||||
|
||||
# David Roman <davidroman96@gmail.com> (2024-08-01)
|
||||
# Project archived upstream. No release since 2020
|
||||
# Removal on 2024-08-31
|
||||
app-misc/pfetch
|
||||
|
||||
# David Roman <davidroman96@gmail.com> (2024-08-01)
|
||||
# No maintainer. Seems dead, last release from 2016
|
||||
# Removal on 2024-08-31
|
||||
|
||||
Reference in New Issue
Block a user