ctpg-git on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S ctpg-git

* (Optional) Uninstall ctpg-git on Arch using YAY

$ yay -Rns ctpg-git

2. Manually Install "ctpg-git" via AUR

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

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

b. Clone ctpg-git's git locally

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

c. Go to ~/ctpg-git folder and install it

$ cd ~/ctpg-git $ makepkg -si

3. Information about the ctpg-git package on Arch User Repository (AUR)

ID: 1406524
Name: ctpg-git
PackageBaseID: 174740
PackageBase: ctpg-git
Version: 1.3.7.r12.g0482730-1
Description: Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyzer, all in compile time.
URL: https://github.com/peter-winter/ctpg
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: JPenuchot
Submitter: JPenuchot
FirstSubmitted: 1641388966
LastModified: 1707474606
URLPath: /cgit/aur.git/snapshot/ctpg-git.tar.gz