An open API service indexing awesome lists of open source software.

https://github.com/zaggash/archlinux-aur

My custom Archlinux AUR Repository
https://github.com/zaggash/archlinux-aur

archlinux aur build ci packages repo

Last synced: about 2 months ago
JSON representation

My custom Archlinux AUR Repository

Awesome Lists containing this project

README

          

![Repo Build Status](https://img.shields.io/github/actions/workflow/status/zaggash/archlinux-aur/run-build-repo.yaml?label=REPO%20BUILD&logo=archlinux&logoColor=white&style=for-the-badge)
![Renovate](https://img.shields.io/github/actions/workflow/status/zaggash/archlinux-aur/run-renovate.yaml?label=renovate&logo=RenovateBot&logoColor=white&style=for-the-badge)
![GitHub release (release name instead of tag name)](https://img.shields.io/github/v/release/zaggash/archlinux-aur?display_name=release&include_prereleases&label=Latest%20Repo%20Build&logo=archlinux&style=for-the-badge)
![Packages Count](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/zaggash/627f5c8e17e8deb5326a692079b04625/raw/count-arch-packages.json)

## My Archlinux repo
This is an unofficial repository for Arch Linux.
Originaly intended to fit my needs and build custom or unavailable packages.

### How to use it
- Trust my public key:
```
pacman-key --init
curl -sL 'https://keybase.io/apinon/pgp_keys.asc?fingerprint=54231a262e8bf5501c6945d275bcc090ca185c57' | sudo pacman-key -a -
pacman-key --lsign-key 54231a262e8bf5501c6945d275bcc090ca185c57
```

- Edit `/etc/pacman.conf` with:
```
[archlinux-aur]
Server = https://github.com/zaggash/$repo/releases/download/$arch
SigLevel = Required
```

- Then update the DB:
```
pacman -Syy
```