Creating a pkgbuild from scratch and putting it on AUR

Creating a pkgbuild from scratch and putting it on AUR

What if you find an application you like and it is not on the AUR. Make the PKGBUILD yourself and put it on the AUR so others can benefit from your work and maintenance. We take gitfiend as example. https://gitfiend.com We have no notion if it is a good application or...
Building a package in clean chroot environment

Building a package in clean chroot environment

If you are building a package that needs to go on an iso it is good practice – if technically possible – to build it in a clean chroot environment.It is like having a small Arch Linux computer system on your ArcoLinux. A kind of jail Arch Linux they call...
How to make a PKGBUILD for ufetch-arco

How to make a PKGBUILD for ufetch-arco

Ufetch is one of your funscripts that we can install on our system. You can find all the information about the fun script here. We discover that ufetch has a specific Arco look for the script. We decided to make a separate package for ArcoLinux called ufetch-arco-git....