diff --git a/tldr/linux/aurpublish b/tldr/linux/aurpublish new file mode 100644 index 00000000..8b89306b --- /dev/null +++ b/tldr/linux/aurpublish @@ -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: . + +- 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`