No.4092
At this point you might as well have a build server that pills from the git and compiles daily, and if the build passes, sends you an email or something.
You could probably hack together something in a week with cron+git+makefiles+sendmail. At least, that's how I would do it.
No.4093
>>4092Seems complicated enough. Wouldn't there be another solution?
No.4094
>>4091In my experience I've found that packages that are in AUR but not the debian repos are often in Guix which can be installed on any distro and is faster than AUR because it doesn't always build from source.
https://guix.gnu.org/ No.4097
You should try bedrock linux
No.4110
> Would it be possible to use a tools similar to Yay that would compile anything from AUR on Debian?
That'd make Debian as stable as Arch Linux…
No.4111
If you set up your apt sources you can pull select packages from testing/unstable with the -t flag (apt install -t unstable package). It won't work for everything though, double check and make sure it doesn't upgrade more than you think it should.
No.4123
arch is more universal than debian