HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

aurpublish — Publish Arch User Repository packages. More information: <https://github.com/eli-schwartz/aurpublish

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandaurpublishclipublisharchuserrepositorypackages
linux

Problem

How to use the aurpublish command: Publish Arch User Repository packages. More information: <https://github.com/eli-schwartz/aurpublish/blob/master/doc/aurpublish.1.asciidoc>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: linux/aurpublish

Revisions (0)

No revisions yet.