xmake on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S xmake

* (Optional) Uninstall xmake on Arch using YAY

$ yay -Rns xmake

2. Manually Install "xmake" via AUR

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

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

b. Clone xmake's git locally

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

c. Go to ~/xmake folder and install it

$ cd ~/xmake $ makepkg -si

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

ID: 1131167
Name: xmake
PackageBaseID: 120431
PackageBase: xmake
Version: 2.7.1-1
Description: A cross-platform build utility based on Lua
URL: https://github.com/xmake-io/xmake
NumVotes: 22
Popularity: 1.363894
OutOfDate:
Maintainer: waruqi
FirstSubmitted: 1488944948
LastModified: 1661510232
URLPath: /cgit/aur.git/snapshot/xmake.tar.gz