CachyOS PKGBUILDS is a collection of PKGBUILD scripts for building and installing packages on any Arch Linux-based operating system.
In order to use these PKGBUILD scripts, you will need to have the following tools and libraries installed on your system:
To build and install a package using one of the PKGBUILD scripts in this repository, follow these steps:
- Clone this repository:
git clone https://github.com/CachyOS/cachyos-pkgbuilds.git
- Navigate to the directory of the PKGBUILD script you want to use:
cd cachyos-pkgbuilds/<package>
- Build the package:
makepkg -si
- Install the package:
sudo pacman -U <packagename>.pkg.tar.zst
If you would like to contribute to CachyOS PKGBUILDS, please fork this repository and submit a pull request with your changes. Please be sure to follow the ArchLinux Packaging Guidelines when creating or modifying PKGBUILD scripts.