Does Artix have ABS? 10 October 2022, 14:13:28 I can't get asp to work with Artix, is there an Arch Build System for Artix?
Re: Does Artix have ABS? Reply #1 – 10 October 2022, 17:38:58 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/reposSearch for the package you want and then download its git eg.wget https://gitea.artixlinux.org/packagesA/audacity/archive/master.tar.gzor git clone https://gitea.artixlinux.org/packagesA/audacity.gitYou 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.
Re: Does Artix have ABS? Reply #2 – 10 October 2022, 20:47:06 Quote from: gripped – on 10 October 2022, 17:38:58It would be nice if you could get all the packages at once but I suppose bandwidth is a concern ?Go through all the GIT stuff to find it https://gitea.artixlinux.org/pkgbuild
Re: Does Artix have ABS? Reply #3 – 10 October 2022, 22:16:30 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.
Re: Does Artix have ABS? Reply #4 – 10 October 2022, 22:49:04 Quote from: ragingbullskat – on 10 October 2022, 14:13:28I can't get asp to work with Artix, is there an Arch Build System for Artix?what is the reason you can't get it to work with Artix?
Re: Does Artix have ABS? Reply #5 – 10 October 2022, 23:42:51 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. Last Edit: 10 October 2022, 23:47:55 by ####### 1 Likes