god on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S god

* (Optional) Uninstall god on Arch using YAY

$ yay -Rns god

2. Manually Install "god" via AUR

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

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

b. Clone god's git locally

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

c. Go to ~/god folder and install it

$ cd ~/god $ makepkg -si

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

ID: 823981
Name: god
PackageBaseID: 158578
PackageBase: god
Version: 1.10-1
Description: Utility for simplifying the Git usage
URL: https://github.com/orhun/god
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: orhun
Submitter: orhun
FirstSubmitted: 1602271004
LastModified: 1606319284
URLPath: /cgit/aur.git/snapshot/god.tar.gz

5. The same packages on other Linux Distributions