Skip to content

CachyOS/CachyOS-PKGBUILDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CachyOS logo

CachyOS

CachyOS PKGBUILDS

CachyOS PKGBUILDS is a collection of PKGBUILD scripts for building and installing packages on any Arch Linux-based operating system.

Prerequisites

In order to use these PKGBUILD scripts, you will need to have the following tools and libraries installed on your system:

Usage

To build and install a package using one of the PKGBUILD scripts in this repository, follow these steps:

  1. Clone this repository: git clone https://github.com/CachyOS/cachyos-pkgbuilds.git
  2. Navigate to the directory of the PKGBUILD script you want to use: cd cachyos-pkgbuilds/<package>
  3. Build the package: makepkg -si
  4. Install the package: sudo pacman -U <packagename>.pkg.tar.zst

Contributions

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.