Package Details: nerdfetch 8.3.0-1

Git Clone URL: https://aur.archlinux.org/nerdfetch.git (read-only, click to copy)
Package Base: nerdfetch
Description: A POSIX fetch using NerdFonts
Upstream URL: https://github.com/thatonecalculator/NerdFetch
Keywords: fetch neofetch nerd nerdfonts
Licenses: MIT
Submitter: That1Calculator
Maintainer: That1Calculator
Last Packager: That1Calculator
Votes: 5
Popularity: 0.001648
First Submitted: 2020-10-19 06:32 (UTC)
Last Updated: 2024-09-18 14:20 (UTC)

Dependencies (1)

  • nerd-fonts (nerd-fonts-gitAUR) (optional) – NerdFont to show icons in fetch

Required by (0)

Sources (1)

Latest Comments

That1Calculator commented on 2025-03-15 07:31 (UTC) (edited on 2025-03-15 07:31 (UTC) by That1Calculator)

@bolleyboll just to let you know (as the author of nerdfetch myself), there is quite literally zero meaningful difference between 8.3.0 and 8.3.1 for Linux systems, unflagging

simona commented on 2025-02-22 18:37 (UTC)

file so generic like /usr/share/licenses/LICENSE has no sense...

FabioLolix commented on 2024-01-14 10:54 (UTC)

Thanks for updating!

That1Calculator commented on 2024-01-13 21:49 (UTC)

@FabioLolix @MarsSeed fixed with the 7.2.0 release

FabioLolix commented on 2024-01-11 23:09 (UTC)

Hello,

  • license is MIT not GPL, since it isn't parte of the licenses package it need to be installed in "${pkgdir}/usr/share/licenses/${pkgname}"
  • git as makedepends is not used
  • prepare() and tar -xf are not needed as already outlined, a first round of decompression is performed by default by makepkg with bsdtar
  • please don't rename as nerdfetch.tar.gz::, renaming or keeping sources with a non-conflicting and reusable name inconvenience users; especially who have configured a common source destination. it need to be renamed as "${pkgname}-${pkgver}.tar.gz" instead

MarsSeed commented on 2023-07-30 10:36 (UTC)

Hi,

Please kindly remove tar -xf "nerdfetch.tar.gz" from prepare(). It is superfluous, as makepkg already extracts the sources from the downloaded tarball.

Also please kindly change the declared license in licenses=() array to MIT.

Thank you in advance.