wait-for-it on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S wait-for-it

* (Optional) Uninstall wait-for-it on Arch using YAY

$ yay -Rns wait-for-it

2. Manually Install "wait-for-it" via AUR

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

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

b. Clone wait-for-it's git locally

$ git clone https://aur.archlinux.org/wait-for-it.git ~/wait-for-it

c. Go to ~/wait-for-it folder and install it

$ cd ~/wait-for-it $ makepkg -si

3. Information about the wait-for-it package on Arch User Repository (AUR)

ID: 1079969
Name: wait-for-it
PackageBaseID: 137764
PackageBase: wait-for-it
Version: 0.0+git20200823-2
Description: Script that will wait on the availability of a host and TCP port
URL: https://github.com/vishnubob/wait-for-it
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: Booloki
Submitter: Booloki
FirstSubmitted: 1543861701
LastModified: 1652536390
URLPath: /cgit/aur.git/snapshot/wait-for-it.tar.gz