https://github.com/lizardbyte/pacman-repo
ArchLinux packages for LizardByte applications
https://github.com/lizardbyte/pacman-repo
archlinux pacman pkgbuilds
Last synced: 3 months ago
JSON representation
ArchLinux packages for LizardByte applications
- Host: GitHub
- URL: https://github.com/lizardbyte/pacman-repo
- Owner: LizardByte
- Created: 2024-07-09T17:19:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-26T14:58:20.000Z (3 months ago)
- Last Synced: 2025-06-29T08:17:48.676Z (3 months ago)
- Topics: archlinux, pacman, pkgbuilds
- Language: Shell
- Homepage: http://app.lizardbyte.dev/pacman-repo/
- Size: 66.4 KB
- Stars: 37
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LizardByte's Pacman Repository
[](https://github.com/LizardByte/pacman-repo/actions/workflows/build-repo.yml?query=event%3Aschedule+branch%3Amaster)
[](https://github.com/LizardByte/pacman-repo/releases/tag/beta)
[](https://github.com/LizardByte/pacman-repo/releases/latest)Repository of Arch Linux packages for LizardByte packages.
> [!CAUTION]
> LizardByte does not support packages hosted on the AUR. The platform is not secure, since anyone is able to
> become the packager of an AUR repo. If you use the AUR, please carefully inspect any PKGBUILDS for packages that you
> are using, before any installation. This repository is the only official source of LizardByte packages.## Repo Installation
Add the following code snippet to your `/etc/pacman.conf`:
```conf
[lizardbyte]
SigLevel = Optional
Server = https://github.com/LizardByte/pacman-repo/releases/latest/download
``````conf
[lizardbyte-beta]
SigLevel = Optional
Server = https://github.com/LizardByte/pacman-repo/releases/download/beta
```Then, run `sudo pacman -Sy` to update repository.
## Packages
### List repo packages
```bash
pacman -Sl lizardbyte
pacman -Sl lizardbyte-beta
```### Install repo packages
```bash
sudo pacman -S lizardbyte/
sudo pacman -S lizardbyte-beta/
```e.g.
```bash
sudo pacman -S lizardbyte/sunshine
sudo pacman -S lizardbyte-beta/sunshine-git
```## Considerations
- To account for changes to any dependencies, packages in this repo are rebuilt once per day.
- Packages may have optional run time dependencies, you can review the PKGBUILD files for more information.