cargo-make on AUR (Arch User Repository)

Last updated: May 02,2024

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

$ yay -S cargo-make

* (Optional) Uninstall cargo-make on Arch using YAY

$ yay -Rns cargo-make

2. Manually Install "cargo-make" via AUR

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

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

b. Clone cargo-make's git locally

$ git clone https://aur.archlinux.org/cargo-make.git ~/cargo-make

c. Go to ~/cargo-make folder and install it

$ cd ~/cargo-make $ makepkg -si

3. Information about the cargo-make package on Arch User Repository (AUR)

ID: 1133095
Name: cargo-make
PackageBaseID: 169990
PackageBase: cargo-make
Version: 0.36.0-1
Description: Rust task runner and build tool
URL: https://github.com/sagiegurari/cargo-make
NumVotes: 3
Popularity: 0.004367
OutOfDate:
Maintainer: grawlinson
FirstSubmitted: 1629152489
LastModified: 1661910952
URLPath: /cgit/aur.git/snapshot/cargo-make.tar.gz

5. The same packages on other Linux Distributions