scc on AUR (Arch User Repository)

Last updated: May 15,2024

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

$ yay -S scc

* (Optional) Uninstall scc on Arch using YAY

$ yay -Rns scc

2. Manually Install "scc" via AUR

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

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

b. Clone scc's git locally

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

c. Go to ~/scc folder and install it

$ cd ~/scc $ makepkg -si

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

ID: 1361531
Name: scc
PackageBaseID: 149056
PackageBase: scc
Version: 3.2.0-1
Description: Sloc, Cloc and Code: a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
URL: https://github.com/boyter/scc
NumVotes: 7
Popularity: 0.654191
OutOfDate:
Maintainer: ilai
Submitter: ilai
FirstSubmitted: 1581529613
LastModified: 1701191165
URLPath: /cgit/aur.git/snapshot/scc.tar.gz