git-publish on AUR (Arch User Repository)

Last updated: May 20,2024

1. Install "git-publish" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install git-publish on Arch using YAY

$ yay -S git-publish

* (Optional) Uninstall git-publish on Arch using YAY

$ yay -Rns git-publish

2. Manually Install "git-publish" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone git-publish's git locally

$ git clone https://aur.archlinux.org/git-publish.git ~/git-publish

c. Go to ~/git-publish folder and install it

$ cd ~/git-publish $ makepkg -si

3. Information about the git-publish package on Arch User Repository (AUR)

ID: 984719
Name: git-publish
PackageBaseID: 137835
PackageBase: git-publish
Version: 1.7.0-1
Description: Prepare and store patch revisions as git tags
URL: https://github.com/stefanha/git-publish
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: quartic
Submitter: quartic
FirstSubmitted: 1544046274
LastModified: 1636200190
URLPath: /cgit/aur.git/snapshot/git-publish.tar.gz