build2 on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S build2

* (Optional) Uninstall build2 on Arch using YAY

$ yay -Rns build2

2. Manually Install "build2" via AUR

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

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

b. Clone build2's git locally

$ git clone https://aur.archlinux.org/build2.git ~/build2

c. Go to ~/build2 folder and install it

$ cd ~/build2 $ makepkg -si

3. Information about the build2 package on Arch User Repository (AUR)

ID: 1121250
Name: build2
PackageBaseID: 124926
PackageBase: build2
Version: 0.15.0-1
Description: build2 build system
URL: https://build2.org/
NumVotes: 13
Popularity: 0.121321
OutOfDate:
Maintainer: migrev
FirstSubmitted: 1503158592
LastModified: 1659520687
URLPath: /cgit/aur.git/snapshot/build2.tar.gz