Files
cheatsheet-tldr/tldr/linux/aurpublish
2025-12-07 00:23:48 +00:00

22 lines
515 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# aurpublish
> Publish Arch User Repository packages.
> More information: <https://github.com/eli-schwartz/aurpublish/blob/master/doc/aurpublish.1.asciidoc>.
- 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`
- Display help:
`aurpublish {{[-h|--help]}}`