gitleaks on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S gitleaks

* (Optional) Uninstall gitleaks on Arch using YAY

$ yay -Rns gitleaks

2. Manually Install "gitleaks" via AUR

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

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

b. Clone gitleaks's git locally

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

c. Go to ~/gitleaks folder and install it

$ cd ~/gitleaks $ makepkg -si

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

ID: 1128592
Name: gitleaks
PackageBaseID: 130779
PackageBase: gitleaks
Version: 8.11.0-1
Description: Audit Git repos for secrets and keys
URL: https://github.com/zricethezav/gitleaks
NumVotes: 7
Popularity: 0.147738
OutOfDate:
Maintainer: imlonghao
FirstSubmitted: 1521008963
LastModified: 1661066318
URLPath: /cgit/aur.git/snapshot/gitleaks.tar.gz