shunit2 on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S shunit2

* (Optional) Uninstall shunit2 on Arch using YAY

$ yay -Rns shunit2

2. Manually Install "shunit2" via AUR

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

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

b. Clone shunit2's git locally

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

c. Go to ~/shunit2 folder and install it

$ cd ~/shunit2 $ makepkg -si

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

ID: 1309071
Name: shunit2
PackageBaseID: 50010
PackageBase: shunit2
Version: 2.1.8-1
Description: xUnit based unit testing for Unix shell scripts
URL: https://github.com/kward/shunit2/
NumVotes: 9
Popularity: 0
OutOfDate:
Maintainer: patrick96
Submitter:
FirstSubmitted: 1308567559
LastModified: 1692995932
URLPath: /cgit/aur.git/snapshot/shunit2.tar.gz