mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
AUR Packaging
This directory contains starter PKGBUILD files for publishing Bearhub on the AUR:
bearhub/PKGBUILD: stable package from tagged releasesbearhub-git/PKGBUILD: rolling package frommain
Before publishing:
- Generate
.SRCINFOwithmakepkg --printsrcinfo > .SRCINFOinside each package directory. - Build-test locally with
makepkg -si. - Push each package to its own AUR Git repository (
aur@aur.archlinux.org:bearhub.gitandaur@aur.archlinux.org:bearhub-git.git).