homebrew-core/Formula/glm.rb
Brett Koonce 15a22ff8ee glm 0.9.4.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-19 20:03:54 -08:00

12 lines
306 B
Ruby

require 'formula'
class Glm < Formula
homepage 'http://glm.g-truc.net/'
url 'http://sourceforge.net/projects/ogl-math/files/glm-0.9.4.2/glm-0.9.4.2.zip'
sha1 '274044cd5c45fd0f2b013d8b4d4e799d0f171b01'
head 'https://github.com/Groovounet/glm.git'
def install
include.install 'glm'
end
end