mage on AUR (Arch User Repository)

Last updated: November 07,2024

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

$ yay -S mage

* (Optional) Uninstall mage on Arch using YAY

$ yay -Rns mage

2. Manually Install "mage" via AUR

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

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

b. Clone mage's git locally

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

c. Go to ~/mage folder and install it

$ cd ~/mage $ makepkg -si

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

ID: 1061139
Name: mage
PackageBaseID: 140640
PackageBase: mage
Version: 1.13.0-1
Description: A Make/rake-like build tool using Go
URL: https://magefile.org
NumVotes: 2
Popularity: 0.033773
OutOfDate:
Maintainer: svengreb
FirstSubmitted: 1553575761
LastModified: 1649058289
URLPath: /cgit/aur.git/snapshot/mage.tar.gz