swiftlint on AUR (Arch User Repository)

Last updated: November 16,2024

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

$ yay -S swiftlint

* (Optional) Uninstall swiftlint on Arch using YAY

$ yay -Rns swiftlint

2. Manually Install "swiftlint" via AUR

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

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

b. Clone swiftlint's git locally

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

c. Go to ~/swiftlint folder and install it

$ cd ~/swiftlint $ makepkg -si

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

ID: 1353003
Name: swiftlint
PackageBaseID: 135748
PackageBase: swiftlint
Version: 0.54.0-1
Description: A tool to enforce Swift style and conventions.
URL: https://github.com/realm/SwiftLint
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: fenuks
Submitter: fenuks
FirstSubmitted: 1536278208
LastModified: 1699959239
URLPath: /cgit/aur.git/snapshot/swiftlint.tar.gz