go-task on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S go-task

* (Optional) Uninstall go-task on Arch using YAY

$ yay -Rns go-task

2. Manually Install "go-task" via AUR

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

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

b. Clone go-task's git locally

$ git clone https://aur.archlinux.org/go-task.git ~/go-task

c. Go to ~/go-task folder and install it

$ cd ~/go-task $ makepkg -si

3. Information about the go-task package on Arch User Repository (AUR)

ID: 1123475
Name: go-task
PackageBaseID: 176179
PackageBase: go-task
Version: 3.14.1-1
Description: Task runner & Make alternative that runs taskfiles (Installs as go-task to avoid conflict with taskwarrior)
URL: https://github.com/go-task/task
NumVotes: 2
Popularity: 0.044365
OutOfDate:
Maintainer: carsme
FirstSubmitted: 1645285184
LastModified: 1659949443
URLPath: /cgit/aur.git/snapshot/go-task.tar.gz

5. The same packages on other Linux Distributions