git-buildpackage on AUR (Arch User Repository)

Last updated: May 13,2024

1. Install "git-buildpackage" 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-buildpackage on Arch using YAY

$ yay -S git-buildpackage

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

$ yay -Rns git-buildpackage

2. Manually Install "git-buildpackage" via AUR

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

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

b. Clone git-buildpackage's git locally

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

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

$ cd ~/git-buildpackage $ makepkg -si

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

ID: 1345031
Name: git-buildpackage
PackageBaseID: 98131
PackageBase: git-buildpackage
Version: 0.9.32-1
Description: Tools from Debian to integrate the package build system with Git
URL: https://honk.sigxcpu.org/piki/projects/git-buildpackage/
NumVotes: 5
Popularity: 0
OutOfDate:
Maintainer: harmathy
Submitter: nirnakinho
FirstSubmitted: 1440085609
LastModified: 1698736761
URLPath: /cgit/aur.git/snapshot/git-buildpackage.tar.gz