libpkgbuild on AUR (Arch User Repository)

Last updated: September 29,2024

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

$ yay -S libpkgbuild

* (Optional) Uninstall libpkgbuild on Arch using YAY

$ yay -Rns libpkgbuild

2. Manually Install "libpkgbuild" via AUR

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

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

b. Clone libpkgbuild's git locally

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

c. Go to ~/libpkgbuild folder and install it

$ cd ~/libpkgbuild $ makepkg -si

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

ID: 806045
Name: libpkgbuild
PackageBaseID: 158863
PackageBase: libpkgbuild
Version: 1.0.0-0
Description: This is a pkgbuild parse library
URL:
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: kokkiemouse
Submitter: kokkiemouse
FirstSubmitted: 1602994078
LastModified: 1602994078
URLPath: /cgit/aur.git/snapshot/libpkgbuild.tar.gz