mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 21:42:41 +00:00
22 lines
477 B
Plaintext
22 lines
477 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>.
|
|
|
|
- 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]}}`
|