Re: [SOLVED] Artix source code?
Reply #9 –
Try a quick example pkgbuild to build a small package, using makepkg, it's marvelous how it works
$ git clone https://gitea.artixlinux.org/packagesL/less.git
$ cd less/x86_64/core/
$ makepkg -sr
(failed on some gpg missing key error)
$ gpg --recv-keys F153A7C833235259
$ makepkg -sr
...builds package...
$ ls src/less-590
...see built source dir...
(You can use other flags like makepkg -o to just d/load source, see "$ man makepkg")