2014-06-23 01:35:06 +00:00
|
|
|
require "formula"
|
2012-04-20 16:56:36 +00:00
|
|
|
|
|
|
|
class Glm < Formula
|
2014-06-23 01:35:06 +00:00
|
|
|
homepage "http://glm.g-truc.net/"
|
2014-12-19 23:24:19 +00:00
|
|
|
url "https://downloads.sourceforge.net/project/ogl-math/glm-0.9.6.1/glm-0.9.6.1.zip"
|
|
|
|
sha1 "9ce9ee54eebed923416ae8269e7afb9aa7e75b46"
|
2014-12-09 18:05:22 +00:00
|
|
|
head "https://github.com/g-truc/glm.git"
|
2012-04-20 16:56:36 +00:00
|
|
|
|
|
|
|
def install
|
2014-06-23 01:35:06 +00:00
|
|
|
include.install "glm"
|
2012-04-20 16:56:36 +00:00
|
|
|
end
|
|
|
|
end
|