devlog on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S devlog

* (Optional) Uninstall devlog on Arch using YAY

$ yay -Rns devlog

2. Manually Install "devlog" via AUR

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

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

b. Clone devlog's git locally

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

c. Go to ~/devlog folder and install it

$ cd ~/devlog $ makepkg -si

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

ID: 874244
Name: devlog
PackageBaseID: 151715
PackageBase: devlog
Version: 1.1.0-1
Description: Command-line tool for tracking your day-to-day software development work.
URL: https://github.com/wedaly/devlog
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: wedaly
FirstSubmitted: 1587318699
LastModified: 1615174331
URLPath: /cgit/aur.git/snapshot/devlog.tar.gz