Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CachyOS/CachyOS-PKGBUILDS
PKGBUILDs for CachyOS
https://github.com/CachyOS/CachyOS-PKGBUILDS
archlinux cachyos linux-cachyos pkgbuilds
Last synced: about 1 month ago
JSON representation
PKGBUILDs for CachyOS
- Host: GitHub
- URL: https://github.com/CachyOS/CachyOS-PKGBUILDS
- Owner: CachyOS
- Created: 2021-10-10T15:22:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T07:33:22.000Z (3 months ago)
- Last Synced: 2024-10-29T14:22:25.468Z (3 months ago)
- Topics: archlinux, cachyos, linux-cachyos, pkgbuilds
- Language: Shell
- Homepage: https://cachyos.org
- Size: 6.94 MB
- Stars: 83
- Watchers: 6
- Forks: 21
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - CachyOS/CachyOS-PKGBUILDS - PKGBUILDs for CachyOS (Shell)
- awesome-starred - CachyOS/CachyOS-PKGBUILDS - PKGBUILDs for CachyOS (Shell)
README
CachyOS
# CachyOS PKGBUILDS
[CachyOS](https://cachyos.org/) PKGBUILDS is a collection of [PKGBUILD](https://wiki.archlinux.org/index.php/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:
- [Git](https://git-scm.com/)
- [make](https://www.gnu.org/software/make/)
- [gcc](https://gcc.gnu.org/)
- [binutils](https://www.gnu.org/software/binutils/)
- [fakeroot](https://wiki.archlinux.org/index.php/Fakeroot)## 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/`
3. Build the package: `makepkg -si`
4. Install the package: `sudo pacman -U .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](https://wiki.archlinux.org/title/Arch_package_guidelines) when creating or modifying PKGBUILD scripts.