Skip to content

Instantly share code, notes, and snippets.

@baodrate
baodrate / gtest.rb
Last active January 25, 2019 21:16 — forked from Kronuz/gtest.rb
Homebrew Formula for Google Test
# Homebrew Formula for Google Test
# from https://gist.github.com/Kronuz/96ac10fbd8472eb1e7566d740c4034f8
# Usage: brew install --HEAD https://gist.githubusercontent.com/qubidt/b4eb757fea01d2f64a3cead0d9fad72f/raw/gtest.rb
require 'formula'
class Gtest < Formula
desc "Google Test"
homepage "https://github.com/google/googletest"
head "git://github.com/google/googletest.git", :using => :git