mini-git on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S mini-git

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

$ yay -Rns mini-git

2. Manually Install "mini-git" via AUR

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

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

b. Clone mini-git's git locally

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

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

$ cd ~/mini-git $ makepkg -si

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

ID: 636027
Name: mini-git
PackageBaseID: 144181
PackageBase: mini-git
Version: 0.9.7.r2.g765a357-1
Description: Tiny, header only C++ library for manipulating INI files.
URL: https://github.com/pulzed/mINI
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: petrmanek
Submitter: petrmanek
FirstSubmitted: 1565277096
LastModified: 1565277096
URLPath: /cgit/aur.git/snapshot/mini-git.tar.gz