mingw-w64-gtest on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S mingw-w64-gtest

* (Optional) Uninstall mingw-w64-gtest on Arch using YAY

$ yay -Rns mingw-w64-gtest

2. Manually Install "mingw-w64-gtest" via AUR

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

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

b. Clone mingw-w64-gtest's git locally

$ git clone https://aur.archlinux.org/mingw-w64-gtest.git ~/mingw-w64-gtest

c. Go to ~/mingw-w64-gtest folder and install it

$ cd ~/mingw-w64-gtest $ makepkg -si

3. Information about the mingw-w64-gtest package on Arch User Repository (AUR)

ID: 1374653
Name: mingw-w64-gtest
PackageBaseID: 112877
PackageBase: mingw-w64-gtest
Version: 1.14.0-1
Description: Google Test - C++ testing utility based on the xUnit framework (like JUnit) (mingw-w64)
URL: https://github.com/google/googletest
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: patlefort
Submitter: chenxiaolong
FirstSubmitted: 1466971694
LastModified: 1703369113
URLPath: /cgit/aur.git/snapshot/mingw-w64-gtest.tar.gz