During the build I get the warning
Installing collected packages: aqt, anki
WARNING: The script anki is installed in '/home/michael/.cache/paru/clone/anki-git/pkg/anki-git/usr/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Obviously here it's a false warning, we install to a temporary install directory on purpose. Therefore I suggest adding --no-warn-script-location to the PKGBUILD.
Pinned Comments
blackthorne commented on 2025-05-09 19:48 (UTC)
the PKGBUILD should be compiling now. if not, please let me know. i'll try and clean up the PKGBUILD soon, try and get rid of the AUR dependency, compiler optimization flags, etc.
@hmry thanks for the rust-clang-linking fix.