cargo-pkgbuild on AUR (Arch User Repository)

Last updated: May 07,2024

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

$ yay -S cargo-pkgbuild

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

$ yay -Rns cargo-pkgbuild

2. Manually Install "cargo-pkgbuild" via AUR

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

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

b. Clone cargo-pkgbuild's git locally

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

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

$ cd ~/cargo-pkgbuild $ makepkg -si

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

ID: 1114009
Name: cargo-pkgbuild
PackageBaseID: 113191
PackageBase: cargo-pkgbuild
Version: 0.1.1-2
Description: ArchLinux PKGBULD generator from Cargo.toml manifest
URL: https://github.com/kstep/cargo-pkgbuild
NumVotes: 4
Popularity: 0.076037
OutOfDate: 1688768550
Maintainer: mdorst
Submitter: kstep
FirstSubmitted: 1467649135
LastModified: 1658220109
URLPath: /cgit/aur.git/snapshot/cargo-pkgbuild.tar.gz