codegpt-bin on AUR (Arch User Repository)

Last updated: September 27,2024

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

$ yay -S codegpt-bin

* (Optional) Uninstall codegpt-bin on Arch using YAY

$ yay -Rns codegpt-bin

2. Manually Install "codegpt-bin" via AUR

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

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

b. Clone codegpt-bin's git locally

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

c. Go to ~/codegpt-bin folder and install it

$ cd ~/codegpt-bin $ makepkg -si

3. Information about the codegpt-bin package on Arch User Repository (AUR)

ID: 1427032
Name: codegpt-bin
PackageBaseID: 200513
PackageBase: codegpt-bin
Version: 0.9.0-1
Description: A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI (gpt-4, gpt-3.5-turbo model) and automatically installs a git prepare-commit-msg hook
URL: https://github.com/appleboy/CodeGPT
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: irmluity
Submitter: irmluity
FirstSubmitted: 1702407657
LastModified: 1710413247
URLPath: /cgit/aur.git/snapshot/codegpt-bin.tar.gz