homebrew-core/Formula/glm.rb
Brett Koonce d598ae2c3b glm 0.9.3.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-17 19:39:36 -07:00

12 lines
307 B
Ruby

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