I can't get asp to work with Artix, is there an Arch Build System for Artix?
Not as far I know. It would be cool if there was. If there is please tell me someone.
If you are not aware you can go here https://gitea.artixlinux.org/explore/repos
Search for the package you want and then download its git eg.
wget https://gitea.artixlinux.org/packagesA/audacity/archive/master.tar.gz
or
git clone https://gitea.artixlinux.org/packagesA/audacity.git
You can build from that.
It would be nice if you could get all the packages at once but I suppose bandwidth is a concern ?
It would also be nice if asp could be made to work on Artix but that's way past my skillset.
Go through all the GIT stuff to find it :D
https://gitea.artixlinux.org/pkgbuild
A handy script/tool to make it simple to checkout/clone a package wouldn't be a bad idea. In the meantime, you can just git clone a specific package url. Unlike Arch, all of our packages have their own individual git repo so you don't have to worry about possibly cloning everything.
what is the reason you can't get it to work with Artix?
pakku -Sz / -Sn will download PKGBUILD's and build Artix packages from the official Artix repos, but not unofficial repos like universe. You can specify a package version, so you can build any version from gremlins back to when the package was first introduced in the Artix repos, each of the package's PKGBUILD and related files is in a git repo so the git history allows this too. Pakku is an AUR helper too, and works with customizepkg to auto update and build modified packages. You might look at yaourtix too, although Pakku avoids the slight (theoretical) security criticism that led to yaourt being deprecated.