This one fixed too.
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/angie.git (read-only, click to copy) |
|---|---|
| Package Base: | angie |
| Description: | Lightweight HTTP server and IMAP/POP3 proxy server, drop-in replacement for nginx |
| Upstream URL: | https://github.com/webserver-llc/angie |
| Licenses: | BSD |
| Conflicts: | nginx |
| Provides: | nginx |
| Submitter: | VVL |
| Maintainer: | VVL |
| Last Packager: | VVL |
| Votes: | 4 |
| Popularity: | 0.000091 |
| First Submitted: | 2023-09-20 11:12 (UTC) |
| Last Updated: | 2026-03-26 23:07 (UTC) |
This one fixed too.
In addition to the previous ln issue, you also missed:
ln -s "$pkgdir"/usr/lib/systemd/system/angie.service "$pkgdir"/usr/lib/systemd/system/nginx.service
Which shouldn't have "$pkgdir" on the link destination.
Fixed. Thank you!
The backup array should be placed in package_angie() function.
ln -s "$pkgdir"/usr/bin/nginx "$pkgdir"/usr/bin/angie in the packing function should be changed to: ln -s /usr/bin/nginx "$pkgdir"/usr/bin/angie and the systemd service above, the link target changed to an absolute path, otherwise soft links in the package point to non-existent temporary paths used for packing
the gpg key is provided in the git just run
gpg --import angie-signing.gpg
before running makepkg
curl -sSL https://angie.software/keys/angie-signing.gpg | gpg --import -The pkg PGP key was not found, the import (using yay) EB8EAF3D4EF1B1ECF34865A2617AB978CB849A76 did not work. The keyserver of pacman didn't know the gpg key, also keyserver.ubuntu.com can't find it.
I did a makepkg --skippgpcheck aka yay -S angie --mflags --skippgpcheck and answering "no" when asking to import it, to get around this. A pacman-key --finger EB8EAF3D4EF1B1ECF34865A2617AB978CB849A76 shows the rsa4096 key signed 2022-10-25.
Please provide also a soft link in the PKGBUILD script for angie in the /usr/bin directory i.e. like ln -s nginx angie. So we can also follow the documentation at https://angie.software/en/ with e.g. angie -t
Thanks for providing this package - is now running for a week on a test server here with 3 server blocks (virtual hosts) for development and testing.