tailor on AUR (Arch User Repository)

Last updated: June 18,2024

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

$ yay -S tailor

* (Optional) Uninstall tailor on Arch using YAY

$ yay -Rns tailor

2. Manually Install "tailor" via AUR

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

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

b. Clone tailor's git locally

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

c. Go to ~/tailor folder and install it

$ cd ~/tailor $ makepkg -si

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

ID: 409431
Name: tailor
PackageBaseID: 110952
PackageBase: tailor
Version: 0.12.0-1
Description: Cross-platform static analyzer and linter for Swift
URL: https://tailor.sh/
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: snowdragon
Submitter: snowdragon
FirstSubmitted: 1462461894
LastModified: 1494370389
URLPath: /cgit/aur.git/snapshot/tailor.tar.gz

5. The same packages on other Linux Distributions