csloc on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S csloc

* (Optional) Uninstall csloc on Arch using YAY

$ yay -Rns csloc

2. Manually Install "csloc" via AUR

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

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

b. Clone csloc's git locally

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

c. Go to ~/csloc folder and install it

$ cd ~/csloc $ makepkg -si

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

ID: 714322
Name: csloc
PackageBaseID: 150906
PackageBase: csloc
Version: 0.1.2.r0.g90232f1-1
Description: Counts lines of code based on file extension. Can specify substantial line of code by char count.
URL: https://github.com/lemonxah/csloc
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: lemonxah
Submitter: lemonxah
FirstSubmitted: 1585592637
LastModified: 1585594440
URLPath: /cgit/aur.git/snapshot/csloc.tar.gz