cproto on AUR (Arch User Repository)

Last updated: May 15,2024

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

$ yay -S cproto

* (Optional) Uninstall cproto on Arch using YAY

$ yay -Rns cproto

2. Manually Install "cproto" via AUR

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

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

b. Clone cproto's git locally

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

c. Go to ~/cproto folder and install it

$ cd ~/cproto $ makepkg -si

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

ID: 1366993
Name: cproto
PackageBaseID: 105088
PackageBase: cproto
Version: 4.7v-1
Description: A program that generates function prototypes and variable declarations from C source code.
URL: http://invisible-island.net/cproto/cproto.html
NumVotes: 4
Popularity: 9.5E-5
OutOfDate:
Maintainer: rhe
Submitter: rhe
FirstSubmitted: 1451066737
LastModified: 1702119430
URLPath: /cgit/aur.git/snapshot/cproto.tar.gz