Search Criteria
Package Details: archfetch 1.0.8-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/archfetch.git (read-only, click to copy) |
---|---|
Package Base: | archfetch |
Description: | Simple CLI system information tool for Arch Linux. |
Upstream URL: | https://github.com/xxczaki/archfetch/ |
Keywords: | archfetch info neofetch system |
Licenses: | MIT |
Submitter: | akepinski |
Maintainer: | None |
Last Packager: | a821 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-03-21 21:09 (UTC) |
Last Updated: | 2024-02-18 20:18 (UTC) |
Latest Comments
Lamborge commented on 2023-05-03 15:54 (UTC)
replace the
_gitroot="git://github.com/xxczaki/archfetch.git"
to_git_root="https://github.com/xxczaki/archfetch.git"
in PKGBUILDkleintux commented on 2022-12-18 20:13 (UTC)
Don't use SUDO in PKGBUILDS. it's forbidden. Don't install something direct to the System. It's a security risk and the files will not be deleted if the package gets deleted. You need to add the files to the pkgdir folder.
see https://wiki.archlinux.org/title/Creating_packages#package()
thank you for fixing and maintaining