Comment by bitmasher9
2 months ago
In some ways we are already seeing this. Have you ever opened a GitHub repository and the only installation/build instructions are for the AUR. I seem to run into this pretty frequently while looking at small projects.
What bothers me is when projects have a hard dependency on something like systemd or even Ubuntu, because most of the time it is not necessary and it means I can't use it.
But other than that, as long as I can compile the project from source (and if it's done properly I don't need instructions for that), I'm fine.
I would assume that a repo providing instructions for the AUR is already better than one assuming that "Linux == Ubuntu", because the developer knows at least one distro that is not Ubuntu :-).