waypoint on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S waypoint

* (Optional) Uninstall waypoint on Arch using YAY

$ yay -Rns waypoint

2. Manually Install "waypoint" via AUR

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

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

b. Clone waypoint's git locally

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

c. Go to ~/waypoint folder and install it

$ cd ~/waypoint $ makepkg -si

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

ID: 1183324
Name: waypoint
PackageBaseID: 168217
PackageBase: waypoint
Version: 0.10.5-1
Description: A tool to build, deploy, and release any application on any platform
URL: https://www.waypointproject.io/
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: shyamin
Submitter: grawlinson
FirstSubmitted: 1624325236
LastModified: 1671181664
URLPath: /cgit/aur.git/snapshot/waypoint.tar.gz

5. The same packages on other Linux Distributions