https://github.com/carch-org/pkgs
Carch [AUR] Package Builds 📦
https://github.com/carch-org/pkgs
arch aur pkgbuilds
Last synced: 7 months 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-13T15:38:59.000Z (7 months ago)
- Last Synced: 2025-04-13T16:38:14.895Z (7 months ago)
- Topics: arch, aur, pkgbuilds
- Language: Shell
- Homepage: https://carch-org.github.io/docs/
- Size: 101 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Carch Package Builds

[carch-bin](https://github.com/carch-org/pkgs/tree/main/carch-bin) is no longer maintained ❎
---
> [!IMPORTANT]
> Installing or uploading packages that act as installer scripts or customize the system in a way that diverges from the official guidelines is not allowed on the AUR.
>
> As such, the package has been removed from the AUR. I respect the AUR guidelines, and I encourage you to check the main Carch project for alternative installation methods. Thank you!
> [!NOTE]
> Carch is not available on the AUR because it is a script. However, you can use the provided package build to run Carch as a package, similar to an AUR package, or visit the Carch [documentation](https://carch-org.github.io/docs) for the CLI installer.
*Assuming, You have already install dependency like: `make` & `git`*
### 📦 Package Build [ Stable ]
```sh [Package Build ]
git clone https://github.com/carch-org/pkgs
cd pkgs/carch
makepkg -si
```
### 📦 Git Package Build [ Latest Git-Build ]
```sh [Git Package Build ]
git clone https://github.com/carch-org/pkgs
cd pkgs/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.