Re: Arch Linux systemd --> openrc
Reply #5 –
Artix PKGBUILDS are here:
https://gitea.artixlinux.org/explore/organizations
look in packagesA - Z
You could use things from here if there was no up to date AUR package.
e.g.
$ git clone https://gitea.artixlinux.org/packagesE/elogind.git
$ mkdir elogind-build
$ cp elogind/repos/core-x86_64/* elogind-build/
$ cd elogind-build/
$ makepkg -si
(Sometimes there are more files than just a PKGBUILD, and you don't have to copy it but perhaps you might want to modify things and have a few goes.)
yaourtix could automate this if you preferred, look in packagesY naturally.