Is there a reason for limiting this package to i686 and x86_64 architectures ? I just built it on ArchlinuxARM (running on a raspberry pi 3) and it works perfectly :)
I just replaced the arch line with arch=('any') in the PKGBUILD, but could/should have used arch=('armv7h')
Pinned Comments
artafinde commented on 2022-01-26 09:15 (UTC) (edited on 2022-01-29 10:24 (UTC) by artafinde)
If the build fails:
SRCPKGDEST
directoryThere's a package build already which you can try out from my repo.
falconindy commented on 2020-05-31 15:35 (UTC)
FAQ:
PATH
handled by/etc/profile.d/perlbin.sh
makepkg -A
. The "any" architecture is reserved for packages with architecture independent files (and compiled C++ is not).