codeclimate on AUR (Arch User Repository)

Last updated: July 04,2024

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

$ yay -S codeclimate

* (Optional) Uninstall codeclimate on Arch using YAY

$ yay -Rns codeclimate

2. Manually Install "codeclimate" via AUR

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

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

b. Clone codeclimate's git locally

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

c. Go to ~/codeclimate folder and install it

$ cd ~/codeclimate $ makepkg -si

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

ID: 314834
Name: codeclimate
PackageBaseID: 95172
PackageBase: codeclimate
Version: 0.34.1-1
Description: Command line interface for the Code Climate analysis platform. It allows you to run Code Climate engines on your local machine inside of Docker containers. Make sure that your current user belongs to docker group and that docker is running.
URL: https://github.com/codeclimate/codeclimate
NumVotes: 5
Popularity: 0
OutOfDate: 1557576297
Maintainer:
Submitter: manzo
FirstSubmitted: 1435163516
LastModified: 1466439993
URLPath: /cgit/aur.git/snapshot/codeclimate.tar.gz