2014-06-23 01:35:06 +00:00
|
|
|
require "formula"
|
2012-04-20 16:56:36 +00:00
|
|
|
|
|
|
|
class Glm < Formula
|
2014-06-23 01:35:06 +00:00
|
|
|
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"
|
2012-04-20 16:56:36 +00:00
|
|
|
|
|
|
|
def install
|
2014-06-23 01:35:06 +00:00
|
|
|
include.install "glm"
|
2012-04-20 16:56:36 +00:00
|
|
|
end
|
|
|
|
end
|