eovim on AUR (Arch User Repository)

Last updated: June 18,2024

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

$ yay -S eovim

* (Optional) Uninstall eovim on Arch using YAY

$ yay -Rns eovim

2. Manually Install "eovim" via AUR

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

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

b. Clone eovim's git locally

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

c. Go to ~/eovim folder and install it

$ cd ~/eovim $ makepkg -si

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

ID: 1045407
Name: eovim
PackageBaseID: 147403
PackageBase: eovim
Version: 0.2.0-2
Description: Eovim is the Enlightened Neovim. That's just an EFL GUI client for Neovim.
URL: https://phab.enlightenment.org/w/projects/eovim/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: DanielNak
Submitter: DanielNak
FirstSubmitted: 1576366334
LastModified: 1646264210
URLPath: /cgit/aur.git/snapshot/eovim.tar.gz