Lukas-Heiligenbrunner / AURCache

A cache build server for Archlinux AUR packages and serving them
MIT License
52 stars 0 forks source link

[Request] Allow uploading custom PKGBUILD for repo #28

Open kodxana opened 1 month ago

kodxana commented 1 month ago

Sometimes I want to test out and build own custom packages it would be nice to be able to do it on remote server.

Lukas-Heiligenbrunner commented 1 month ago

At the moment I'm spawning a new docker container for each build task and building the package with paru inside. Any ideas how to integrate a custom package within this system? Do you know if paru can build custom pkgbuilds? And how does it handle if dependencies are AUR packages?

kodxana commented 1 month ago

So from I see you can use paru -p pathtopkgbuild to build it. So it would need to be copied to build container and paru should be able to grab all dependency on it's own