mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 14:24:16 +02:00
Add initial AUR packaging for bearhub and bearhub-git
This commit is contained in:
12
packaging/aur/README.md
Normal file
12
packaging/aur/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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`).
|
||||
Reference in New Issue
Block a user