This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |