mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
13 lines
506 B
Markdown
13 lines
506 B
Markdown
# AUR Packaging
|
|
|
|
This directory contains starter `PKGBUILD` files for publishing Bearhub on the AUR:
|
|
|
|
- `bearhub/PKGBUILD`: stable package from tagged releases
|
|
- `bearhub-git/PKGBUILD`: rolling package from `main`
|
|
|
|
Before publishing:
|
|
|
|
1. Generate `.SRCINFO` with `makepkg --printsrcinfo > .SRCINFO` inside each package directory.
|
|
2. Build-test locally with `makepkg -si`.
|
|
3. Push each package to its own AUR Git repository (`aur@aur.archlinux.org:bearhub.git` and `aur@aur.archlinux.org:bearhub-git.git`).
|