From 845916c385bf7260f575271b503ccdb342bf1e03 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 14 Jan 2025 04:51:43 +0200 Subject: [PATCH] aurpublish: add page (#15471) * Create aurpublish.md * Update aurpublish.md * Update pages/linux/aurpublish.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/aurpublish.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/aurpublish.md diff --git a/pages/linux/aurpublish.md b/pages/linux/aurpublish.md new file mode 100644 index 0000000000..97873b8e4c --- /dev/null +++ b/pages/linux/aurpublish.md @@ -0,0 +1,12 @@ +# 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`