commitlint on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S commitlint

* (Optional) Uninstall commitlint on Arch using YAY

$ yay -Rns commitlint

2. Manually Install "commitlint" via AUR

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

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

b. Clone commitlint's git locally

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

c. Go to ~/commitlint folder and install it

$ cd ~/commitlint $ makepkg -si

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

ID: 1425647
Name: commitlint
PackageBaseID: 201103
PackageBase: commitlint
Version: 19.1.0-1
Description: Lint commit messages
URL: https://github.com/conventional-changelog/commitlint
NumVotes: 2
Popularity: 0.254661
OutOfDate:
Maintainer: carsme
Submitter: carsme
FirstSubmitted: 1704207723
LastModified: 1710231628
URLPath: /cgit/aur.git/snapshot/commitlint.tar.gz