fastfetch: add new package#27949
Conversation
GeorgeSapkin
left a comment
There was a problem hiding this comment.
As with the other PRs, you need to set yourself as the maintainer and don't need to include the license file.
1d8f9ff to
b5ec378
Compare
Done. |
|
It seems that this PR is not merged for some time. Is there is any reason for it? Because tools like |
|
Yes, it is described by this comment #29564 (comment) |
cf6086a to
3ff77a1
Compare
|
@GeorgeSapkin I updated this PR following the recent discussion at #29564. The binary has been trimmed down to 773K, extra dependencies and shell completion files removed. |
|
In the meantime, it's possible to install it from Alpine: #!/bin/ash
apk --allow-untrusted --arch armv7 --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/edge/community fetch fastfetch
apk --allow-untrusted --arch armv7 --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/edge/main fetch hwdata-pci
apk --allow-untrusted add hwdata-pci-*.apk
gzip -dc fastfetch-*.apk | tar -xf - -C /
rm fastfetch-*.apk hwdata-pci-*.apk
fastfetchOS: OpenWrt 25.12.4 armv7l
Host: Linksys WRT3200ACM
Kernel: Linux 6.12.87
Uptime: 2 hours, 6 mins
Packages: 194 (apk)
Shell: ash 1.37.0
Terminal: dropbear
CPU: armada380 (2)
Memory: 258.85 MiB / 495.00 MiB (52%)
Swap: Disabled
Disk (/): 22.92 MiB / 54.65 MiB (42%) - overlay
Locale: C |
|
|
Fastfetch is a Neofetch-like tool for fetching system information and displaying it in a visually-appealing way. Signed-off-by: Valeriy Kosikhin <vkosikhin@gmail.com>
3ff77a1 to
8901ac3
Compare
@CarterLi Thanks, that allowed to shave off an extra 170K. As for the supported package managers, I see no harm in keeping the default cmake options since that doesn't take any extra space. |
📦 Package Details
Maintainer: @betonmischer86
Description:
Fastfetch is a Neofetch-like tool for fetching system information and displaying it in a visually-appealing way.
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.