docker-makepkg
docker-makepkg copied to clipboard
A Docker image that builds a PKGBUILD.
I get this error during dependencies installation: ``` error: python-pivy: signature from "Alexander F. Rødseth " is marginal trust :: File /var/cache/pacman/pkg/python-pivy-0.6.7-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature))....
Example: keepmenu-git depends on python-pynput which pulls in python-setuptools. Now keepmenu-git builds successfully with docker-makepkg. However, if python-pynput is built separately and then keepmenu-git is built in a clean chroot...
In the switch to paru the `run.sh` script stopped installing `checkdepends`, apparently this is not something that `paru -U --noconfirm` does. Added it back using the old method.
build output says that pod2man is not found, even when perl package is installed looks like the build users PATH is missing /usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl