Pacman is the only standard package manager for Arch. Arch recommends against using third party package managers, including Yay.
Pacman is the only standard package manager for Arch. Arch recommends against using third party package managers, including Yay.
What issues were you having with arch-install that you had to troubleshoot?
Rust-based and actively developed
Why EndeavorOS over arch-install
?
You definitely do not need to use any pacman wrappers to build a package from the AUR. Those tools make it easy, yes, but are not required.
Building a package can be as simple as
git clone AURpackagehere
cd AURpackagehere
makepkg -si