2012-04-20 16:56:36 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Glm < Formula
|
|
|
|
homepage 'http://glm.g-truc.net/'
|
2014-01-16 06:50:06 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/ogl-math/glm-0.9.5.1/glm-0.9.5.1.zip'
|
|
|
|
sha1 'e1165e2c1be99e3cfeacbecaa15a2c89f2caf503'
|
2012-04-20 16:56:36 +00:00
|
|
|
head 'https://github.com/Groovounet/glm.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
include.install 'glm'
|
|
|
|
end
|
|
|
|
end
|