compiledb on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S compiledb

* (Optional) Uninstall compiledb on Arch using YAY

$ yay -Rns compiledb

2. Manually Install "compiledb" via AUR

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

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

b. Clone compiledb's git locally

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

c. Go to ~/compiledb folder and install it

$ cd ~/compiledb $ makepkg -si

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

ID: 735614
Name: compiledb
PackageBaseID: 143071
PackageBase: compiledb
Version: 0.10.1-2
Description: Tool for generating Clang's JSON Compilation Database file for GNU make-based build systems
URL: https://github.com/nickdiego/compiledb-generator
NumVotes: 4
Popularity: 0.461216
OutOfDate: 1700578024
Maintainer: SZanko
Submitter: hexchain
FirstSubmitted: 1561719456
LastModified: 1589376795
URLPath: /cgit/aur.git/snapshot/compiledb.tar.gz