Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carch-org/pkgs
Carch [AUR] Package Builds 📦
https://github.com/carch-org/pkgs
archli aur pkgbuilds
Last synced: 1 day ago
JSON representation
Carch [AUR] Package Builds 📦
- Host: GitHub
- URL: https://github.com/carch-org/pkgs
- Owner: carch-org
- License: mit
- Created: 2024-12-09T18:33:41.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-12-18T17:59:51.000Z (4 days ago)
- Last Synced: 2024-12-18T18:42:03.932Z (4 days ago)
- Topics: archli, aur, pkgbuilds
- Language: Shell
- Homepage: https://aur.archlinux.org/packages/carch
- Size: 20.5 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# `Carch Aur Packages`
![AUR Version](https://img.shields.io/aur/version/carch-git?style=for-the-badge&color=dbb6ed&logo=arch-linux&label=%5BAUR%5D%20carch-git&logocolor=85e185&labelColor=1c1c29) ![AUR Version](https://img.shields.io/aur/version/carch?style=for-the-badge&color=ef9f9c&logo=arch-linux&label=%5BAUR%5D%20carch&logocolor=85e185&labelColor=1c1c29)---
**Carch is available in the [AUR](https://aur.archlinux.org/) package repository.****[Packages](https://aur.archlinux.org/packages/)**
**`carch`** **`carch-git`**
- [Carch](https://aur.archlinux.org/packages/carch) - [Stable Build]
- [Carch-Git](https://aur.archlinux.org/packages/carch-git) - [Github Latest Build]
You can install it using an AUR package manager.- [`paru`](https://aur.archlinux.org/packages/paru-bin)
- [`yay`](https://aur.archlinux.org/packages/yay-bin)
Select your desire `` then```sh [ paru]
paru -S carch
#or
paru -S carch-git```
```sh [ yay]
yay -S carch
#or
yay -S carch-git
```### 📦 Package Build
```sh [Package Build ]
git clone https://aur.archlinux.org/carch.git
cd carch
makepkg -si
```### 📦 Git Package Build
```sh [Git Package Build ]
git clone https://aur.archlinux.org/carch-git.git
cd carch-git
makepkg -si
```> [!NOTE]
> You can use the `carch` package for stable updates with the latest release, or use the `git package` to get the most recent changes directly from the Carch GitHub repository.