semgrep-bin on AUR (Arch User Repository)

Last updated: May 23,2024

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

$ yay -S semgrep-bin

* (Optional) Uninstall semgrep-bin on Arch using YAY

$ yay -Rns semgrep-bin

2. Manually Install "semgrep-bin" via AUR

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

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

b. Clone semgrep-bin's git locally

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

c. Go to ~/semgrep-bin folder and install it

$ cd ~/semgrep-bin $ makepkg -si

3. Information about the semgrep-bin package on Arch User Repository (AUR)

ID: 1278332
Name: semgrep-bin
PackageBaseID: 153082
PackageBase: semgrep-bin
Version: 1.28.0-1
Description: Fast and syntax-aware semantic code pattern search for many languages: like grep but for code
URL: https://github.com/returntocorp/semgrep
NumVotes: 4
Popularity: 2.8E-5
OutOfDate: 1704757305
Maintainer: aloxaf
Submitter: aloxaf
FirstSubmitted: 1590199729
LastModified: 1687661840
URLPath: /cgit/aur.git/snapshot/semgrep-bin.tar.gz