pip2pkgbuild on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S pip2pkgbuild

* (Optional) Uninstall pip2pkgbuild on Arch using YAY

$ yay -Rns pip2pkgbuild

2. Manually Install "pip2pkgbuild" via AUR

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

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

b. Clone pip2pkgbuild's git locally

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

c. Go to ~/pip2pkgbuild folder and install it

$ cd ~/pip2pkgbuild $ makepkg -si

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

ID: 1413290
Name: pip2pkgbuild
PackageBaseID: 100047
PackageBase: pip2pkgbuild
Version: 0.3.9-1
Description: Generate PKGBUILD file for a Python module from PyPI
URL: https://github.com/wenLiangcan/pip2pkgbuild
NumVotes: 25
Popularity: 1.204192
OutOfDate:
Maintainer: wenLiangcan
Submitter: wenLiangcan
FirstSubmitted: 1442321374
LastModified: 1708530606
URLPath: /cgit/aur.git/snapshot/pip2pkgbuild.tar.gz