magic_enum-git on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S magic_enum-git

* (Optional) Uninstall magic_enum-git on Arch using YAY

$ yay -Rns magic_enum-git

2. Manually Install "magic_enum-git" via AUR

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

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

b. Clone magic_enum-git's git locally

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

c. Go to ~/magic_enum-git folder and install it

$ cd ~/magic_enum-git $ makepkg -si

3. Information about the magic_enum-git package on Arch User Repository (AUR)

ID: 1303392
Name: magic_enum-git
PackageBaseID: 190639
PackageBase: magic_enum-git
Version: 0.9.3.r1.g4904822-2
Description: Header-only C++17 library, provides static reflection for enums, works with any enum type without any macro or boilerplate code.
URL: https://github.com/Neargye/magic_enum
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: FabioLolix
Submitter: dreieck
FirstSubmitted: 1676988498
LastModified: 1691938456
URLPath: /cgit/aur.git/snapshot/magic_enum-git.tar.gz