Package Details: gufetch 1.0.0-1

Git Clone URL: https://aur.archlinux.org/gufetch.git (read-only, click to copy)
Package Base: gufetch
Description: A CLI for fetching Github and Gitlab profiles.
Upstream URL: https://github.com/shanepaton/gufetch
Licenses: MIT
Submitter: spaton
Maintainer: spaton
Last Packager: spaton
Votes: 0
Popularity: 0.000000
First Submitted: 2022-03-27 21:09 (UTC)
Last Updated: 2022-03-27 21:09 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

FabioLolix commented on 2022-03-27 21:53 (UTC)

Hello,

  • renaming git sources like $pkgname-$pkgver:: is counter-productive because a complete new copy will be made instead of being shared
  • don't use msg/msg2 but echo or printf (imho not even need to document that steps)
  • is prohibited to touch home directory for pacakges (mkdir -p ~/.config/gufetch)
  • a license like MIT need to be installed in "${pkgdir}/usr/share/licenses/${pkgname}"