aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/glm.rb
blob: 8988f216415e6a497f1f54cdd99b67d13d1c1266 (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://sourceforge.net/projects/ogl-math/files/glm-0.9.4.2/glm-0.9.4.2.zip'
  sha1 '274044cd5c45fd0f2b013d8b4d4e799d0f171b01'
  head 'https://github.com/Groovounet/glm.git'

  def install
    include.install 'glm'
  end
end