Orion User's Repository for Arch Linux
This is a repository conatins:
- an unofficial Arch Linux repository called
our - Works better with archlinuxcn repo.
The repository builder is powered by GitHub Actions. It will automatically pull AUR packages, build them, and release to my GitHub page and Huggingface repository everyday 😉
If you want some nice packages in AUR, just feel free to issue 🤗
- ✅ Use hierarchical build steps to resolve dependencies between AUR packages
- ✅ Provides a variety of useful AUR packages
- ✅ Signed with my GPG key
- ✅ Built and released everyday to ensure the latest packages
- ✅ Backup sources on Huggingface and HF-Mirror
- ✅ Completely FREE to community with GPL-v3.0 license*
*: Only all code and files in this repository are licensed under the GPL v3.0 license, while all repositories referenced by
PKGBUILDfiles, and the packages built from these repositories, are released under their respective repository licenses.
First, receive my GPG key:
sudo pacman-key --recv-keys A3FDD6FAAEE2C0D0 --keyserver keyserver.ubuntu.com
sudo pacman-key --lsign-key A3FDD6FAAEE2C0D0Then add the repository to your /etc/pacman.conf:
[our]
Server = https://orion-zhen.github.io/our/$arch
Command line:
sudo tee -a /etc/pacman.conf << EOF
[our]
Server = https://orion-zhen.github.io/our/$arch
EOFOUR repository is ready to use 😃
If you want to build your own repository, just fork this repository, and add these secrets to your Actions environment:
GPG_SEC_KEY: Your GPG secret keyGPG_SIG_KEY: Your GPG key used for signaturesGPG_PASSPHRASE: Your GPG key passwordAUR_SSH_PRIVATE_KEY: Your SSH key used for AUR
This repository is inspired by LeonidPilyugin/kawaii-repo, which contains a bunch of small packages and is maintained on GitHub.