1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 22:55:39 +02:00
tldr/pages/linux/aurpublish.md

17 lines
385 B
Markdown
Raw Normal View History

# aurpublish
> Publish Arch User Repository packages.
> More information: <https://github.com/eli-schwartz/aurpublish>.
- Verify `PKGBUILD` integrity, generate `.SRCINFO`, create a commit message template, and publish the package to the AUR:
`aurpublish {{package_name}}`
- Add githooks to the current repository:
`aurpublish setup`
2025-03-26 00:36:41 +02:00
- Display help:
`aurpublish {{[-h|--help]}}`