2012-04-20 16:56:36 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Glm < Formula
|
|
|
|
homepage 'http://glm.g-truc.net/'
|
2013-03-28 23:38:11 +00:00
|
|
|
url 'http://sourceforge.net/projects/ogl-math/files/glm-0.9.4.3/glm-0.9.4.3.zip'
|
|
|
|
sha1 '229f0ac8c9148ade0d466943efc18cdad53d14db'
|
2012-04-20 16:56:36 +00:00
|
|
|
head 'https://github.com/Groovounet/glm.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
include.install 'glm'
|
|
|
|
end
|
|
|
|
end
|