sparse-git on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S sparse-git

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

$ yay -Rns sparse-git

2. Manually Install "sparse-git" via AUR

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

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

b. Clone sparse-git's git locally

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

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

$ cd ~/sparse-git $ makepkg -si

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

ID: 241149
Name: sparse-git
PackageBaseID: 102109
PackageBase: sparse-git
Version: 0.5.0.r44.g40791b9-1
Description: A semantic parser for C, parsing most of ANSI C as well as many GCC extensions, [also] including a static analyzer.
URL: http://sparse.wiki.kernel.org/
NumVotes: 1
Popularity: 0
OutOfDate: 1703094501
Maintainer: aksr
Submitter: aksr
FirstSubmitted: 1445277158
LastModified: 1445277177
URLPath: /cgit/aur.git/snapshot/sparse-git.tar.gz