aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/glm.rb
blob: bf6b7997cd3a20d304457e0e88d5e0ff699c0ef3 (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 'http://downloads.sourceforge.net/project/ogl-math/glm-0.9.4.4/glm-0.9.4.4.zip'
  sha1 'a4f24a9721caf50791c75b740fa2474f95b6c228'
  head 'https://github.com/Groovounet/glm.git'

  def install
    include.install 'glm'
  end
end