2012-04-20 16:56:36 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Glm < Formula
|
|
|
|
homepage 'http://glm.g-truc.net/'
|
2013-02-20 00:20:53 +00:00
|
|
|
url 'http://sourceforge.net/projects/ogl-math/files/glm-0.9.4.2/glm-0.9.4.2.zip'
|
|
|
|
sha1 '274044cd5c45fd0f2b013d8b4d4e799d0f171b01'
|
2012-04-20 16:56:36 +00:00
|
|
|
head 'https://github.com/Groovounet/glm.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
include.install 'glm'
|
|
|
|
end
|
|
|
|
end
|