makedepend on AUR (Arch User Repository)

Last updated: May 09,2024

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

$ yay -S makedepend

* (Optional) Uninstall makedepend on Arch using YAY

$ yay -Rns makedepend

2. Manually Install "makedepend" via AUR

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

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

b. Clone makedepend's git locally

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

c. Go to ~/makedepend folder and install it

$ cd ~/makedepend $ makepkg -si

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

ID: 1411435
Name: makedepend
PackageBaseID: 107161
PackageBase: makedepend
Version: 1.0.9-1
Description: Create dependencies in Makefiles
URL: https://xorg.freedesktop.org/archive/individual/util/
NumVotes: 23
Popularity: 2.0E-6
OutOfDate:
Maintainer: eklausmeier
Submitter: atweiden
FirstSubmitted: 1454716773
LastModified: 1708275626
URLPath: /cgit/aur.git/snapshot/makedepend.tar.gz