homebrew-core/Formula/glm.rb
Brett Koonce a273f88b31 glm 0.9.4.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 11:50:35 -07:00

12 lines
309 B
Ruby

require 'formula'
class Glm < Formula
homepage 'http://glm.g-truc.net/'
url 'http://downloads.sourceforge.net/project/ogl-math/glm-0.9.4.5/glm-0.9.4.5.zip'
sha1 '034ff832393633211c23d3805392e426604184fb'
head 'https://github.com/Groovounet/glm.git'
def install
include.install 'glm'
end
end