cargs on AUR (Arch User Repository)
Last updated: December 26,2024
1. Install "cargs" 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
Copied
b. Install cargs on Arch using YAY
$
yay -S
cargs
Copied
* (Optional) Uninstall cargs on Arch using YAY
$
yay -Rns
cargs
Copied
2. Manually Install "cargs" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone cargs's git locally
$
git clone https://aur.archlinux.org/cargs.git
~/cargs
Copied
c. Go to ~/cargs folder and install it
$
cd
~/cargs
Copied
$
makepkg -si
Copied
3. Information about the cargs package on Arch User Repository (AUR)
ID: 1381981
Name: cargs
PackageBaseID: 176842
PackageBase: cargs
Version: 1.1.0-1
Description: A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.
URL: https://likle.github.io/cargs/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: likle
Submitter: likle
FirstSubmitted: 1647086054
LastModified: 1704647825
URLPath: /cgit/aur.git/snapshot/cargs.tar.gz
Name: cargs
PackageBaseID: 176842
PackageBase: cargs
Version: 1.1.0-1
Description: A lightweight cross-platform getopt alternative that works on Linux, Windows and macOS. Command line argument parser library for C/C++. Can be used to parse argv and argc parameters.
URL: https://likle.github.io/cargs/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: likle
Submitter: likle
FirstSubmitted: 1647086054
LastModified: 1704647825
URLPath: /cgit/aur.git/snapshot/cargs.tar.gz