gitsign on AUR (Arch User Repository)

Last updated: June 03,2024

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

$ yay -S gitsign

* (Optional) Uninstall gitsign on Arch using YAY

$ yay -Rns gitsign

2. Manually Install "gitsign" via AUR

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

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

b. Clone gitsign's git locally

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

c. Go to ~/gitsign folder and install it

$ cd ~/gitsign $ makepkg -si

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

ID: 1105053
Name: gitsign
PackageBaseID: 183607
PackageBase: gitsign
Version: 0.1.1-1
Description: Keyless Git signing using Sigstore
URL: https://github.com/sigstore/gitsign
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: JamieMagee
FirstSubmitted: 1656448067
LastModified: 1656448067
URLPath: /cgit/aur.git/snapshot/gitsign.tar.gz

5. The same packages on other Linux Distributions