magic_enum on AUR (Arch User Repository)

Last updated: May 21,2024

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

$ yay -S magic_enum

* (Optional) Uninstall magic_enum on Arch using YAY

$ yay -Rns magic_enum

2. Manually Install "magic_enum" 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's git locally

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

c. Go to ~/magic_enum folder and install it

$ cd ~/magic_enum $ makepkg -si

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

ID: 1374509
Name: magic_enum
PackageBaseID: 147157
PackageBase: magic_enum
Version: 0.9.5-1
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: 3
Popularity: 0.018518
OutOfDate:
Maintainer: FabioLolix
Submitter: tperami
FirstSubmitted: 1575375359
LastModified: 1703342426
URLPath: /cgit/aur.git/snapshot/magic_enum.tar.gz