blob: c22ff8adf2893afc8fd74a2212fa128f34846d7b (
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://github.com/Groovounet/glm/tarball/0.9.3.2'
sha1 '5000ad44ee5a80612d05781d43413119b6de0872'
head 'https://github.com/Groovounet/glm.git'
def install
include.install 'glm'
end
end
|