blob: bf7d66d0f108de0d6a962ca5eb46d973be02ec3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require "formula"
class Glm < Formula
homepage "http://glm.g-truc.net/"
url "https://downloads.sourceforge.net/project/ogl-math/glm-0.9.6.1/glm-0.9.6.1.zip"
sha1 "9ce9ee54eebed923416ae8269e7afb9aa7e75b46"
head "https://github.com/g-truc/glm.git"
def install
include.install "glm"
end
end
|