moonarch-pkgbuilds/README.md
nevaforget f169d387d4 feat: initial PKGBUILD collection for the Moonarch ecosystem
Add PKGBUILDs for moonset-git, moonlock-git, and moongreet-git.
Intended as a paru custom AUR source for easy installation of
all Moonarch components via `paru -S moonset-git`.
2026-03-28 10:29:20 +01:00

35 lines
687 B
Markdown

# Moonarch PKGBUILDs
Arch Linux package builds for the Moonarch ecosystem. Use with [paru](https://github.com/Morganamilo/paru) as a custom AUR source.
## Packages
| Package | Description |
|---------|-------------|
| `moonset-git` | Wayland session power menu |
| `moonlock-git` | Wayland lockscreen with PAM and fingerprint support |
| `moongreet-git` | greetd greeter for Wayland |
## Setup
Add to `~/.config/paru/paru.conf`:
```ini
[moonarch]
Url = https://gitea.moonarch.de/nevaforget/moonarch-pkgbuilds
```
## Install
```bash
paru -S moonset-git moonlock-git moongreet-git
```
## Update
Standard system upgrade picks up new versions automatically:
```bash
paru -Syu
```