aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/glm.rb
blob: fe22d2e462796438248f004cacf1621944a76a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require "formula"

class Glm < Formula
  homepage "http://glm.g-truc.net/"
  url "https://downloads.sourceforge.net/project/ogl-math/glm-0.9.5.4/glm-0.9.5.4.zip"
  sha1 "d9666b5b013d374c7d1a498c9495f7142f6fe9d3"
  head "https://github.com/Groovounet/glm.git"

  def install
    include.install "glm"
  end
end