Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-14 04:24:45 +00:00
parent d40745b099
commit 7e8c7b7588

17
tldr/linux/aurpublish Normal file
View File

@@ -0,0 +1,17 @@
---
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`