@m040601 I believe I am following the package guidelines: https://wiki.archlinux.org/title/Arch_package_guidelines#Directories that talk about e.g.:
/usr/share/doc/pkg
/usr/share/licenses/pkg
where pkg
is equivalent to $pkgname
in the PKGBUILD
file. By following that system, it is always easy to find the license or the documentation for a given package.
I do understand the logic behind your idea, but if we were following that system, it would be no easy feat to find the files beloging to a package without listing them all and seeing where they are located.
Unless there is unequivocal documentation for trimming the directory names, I feel it makes more sense to use $pkgname
where the guidelines have pkg
(which is exactly why all of my, currently 81, PKGBUILD
files use that taxonomi — I didn't choose that indeliberately).
Cheers.
Pinned Comments
kseistrup commented on 2025-03-29 07:57 (UTC) (edited on 2025-03-30 09:02 (UTC) by kseistrup)
PKGBUILD has experimental support for the aarch64 architecture since v10.0.0-2. Please report any errors in the comments below as maintainer do not currently own an aarch64 machine. Thanks.